Skip to content

Issues running tests locally #173

@danielkinahan

Description

@danielkinahan
➜  cmake-build git:(main) ✗ ctest
Test project /home/daniel/git/libdjinterop/cmake-build
      Start  1: semantic_version_test
 1/12 Test  #1: semantic_version_test ...................   Passed    0.01 sec
      Start  2: engine_crate_test
 2/12 Test  #2: engine_crate_test .......................***Failed    0.93 sec
      Start  3: engine_database_reference_test
 3/12 Test  #3: engine_database_reference_test ..........   Passed    0.20 sec
      Start  4: engine_database_test
 4/12 Test  #4: engine_database_test ....................***Failed    0.36 sec
      Start  5: engine_engine_test
 5/12 Test  #5: engine_engine_test ......................   Passed    0.15 sec
      Start  6: engine_playlist_test
 6/12 Test  #6: engine_playlist_test ....................***Failed    1.04 sec
      Start  7: engine_track_test
 7/12 Test  #7: engine_track_test .......................***Failed    0.79 sec
      Start  8: engine_v2_playlist_entity_table_test
 8/12 Test  #8: engine_v2_playlist_entity_table_test ....   Passed    0.06 sec
      Start  9: engine_v2_playlist_table_test
 9/12 Test  #9: engine_v2_playlist_table_test ...........   Passed    0.24 sec
      Start 10: engine_v2_track_table_test
10/12 Test #10: engine_v2_track_table_test ..............   Passed    2.15 sec
      Start 11: engine_v3_performance_data_table_test
11/12 Test #11: engine_v3_performance_data_table_test ...   Passed    0.09 sec
      Start 12: engine_v3_track_table_test
12/12 Test #12: engine_v3_track_table_test ..............   Passed    0.45 sec

67% tests passed, 4 tests failed out of 12

Total Test time (real) =   6.48 sec

and the output truncated to fit in 65k chars

➜  cmake-build git:(main) ✗ ctest --rerun-failed --output-on-failure
Test project /home/daniel/git/libdjinterop/cmake-build
    Start 2: engine_crate_test
1/4 Test #2: engine_crate_test ................***Failed    0.91 sec
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
Running 460 test cases...
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.6.0) Creating example track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.7.1) Creating example track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.9.1) Creating example track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.11.1) Creating example track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.13.0) Creating example track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.13.1) Creating example track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.13.2) Creating example track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.15.0) Creating example track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.17.0) Creating example track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.18.0 (Desktop)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_empty_crate__adds/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(93): last checkpoint: (1.18.0 (OS)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.6.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.7.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.9.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.11.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.13.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.13.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.13.2) Creating example tracks...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.15.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.17.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.18.0 (Desktop)) Creating example tracks...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track__to_nonempty_crate__adds/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(126): last checkpoint: (1.18.0 (OS)) Creating example tracks...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.6.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.7.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.9.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.11.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.13.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.13.1) Creating example tracks...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.13.2) Creating example tracks...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.15.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.17.0) Creating example tracks...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.18.0 (Desktop)) Creating example tracks...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_tracks__adds/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(163): last checkpoint: (1.18.0 (OS)) Creating example tracks...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.6.0) Creating example track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.7.1) Creating example track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.9.1) Creating example track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.11.1) Creating example track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.13.0) Creating example track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.13.1) Creating example track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.13.2) Creating example track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.15.0) Creating example track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.17.0) Creating example track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.18.0 (Desktop)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "clear_tracks__nonempty__cleared/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(225): last checkpoint: (1.18.0 (OS)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.6.0) Creating example track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.7.1) Creating example track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.9.1) Creating example track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.11.1) Creating example track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.13.0) Creating example track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.13.1) Creating example track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.13.2) Creating example track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.15.0) Creating example track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.17.0) Creating example track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.18.0 (Desktop)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__not_in_crate__no_effect/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(275): last checkpoint: (1.18.0 (OS)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.6.0) Creating example track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.7.1) Creating example track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.9.1) Creating example track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.11.1) Creating example track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.13.0) Creating example track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.13.1) Creating example track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.13.2) Creating example track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.15.0) Creating example track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.17.0) Creating example track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.18.0 (Desktop)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__in_crate__removed/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/crate_test.cpp(302): last checkpoint: (1.18.0 (OS)) Creating example track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 

*** 66 failures are detected in the test module "crate_test"


    Start 4: engine_database_test
2/4 Test #4: engine_database_test .............***Failed    0.36 sec
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
Running 187 test cases...
unknown location(0): fatal error: in "create_track__supported_version__creates/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.6.0) Creating track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.7.1) Creating track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.9.1) Creating track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.11.1) Creating track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.13.0) Creating track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.13.1) Creating track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.13.2) Creating track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.15.0) Creating track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.17.0) Creating track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.18.0 (Desktop)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "create_track__supported_version__creates/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(101): last checkpoint: (1.18.0 (OS)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.6.0) Creating track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.7.1) Creating track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.9.1) Creating track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.11.1) Creating track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.13.0) Creating track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.13.1) Creating track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.13.2) Creating track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.15.0) Creating track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.17.0) Creating track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.18.0 (Desktop)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "remove_track__supported_version__removes/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(122): last checkpoint: (1.18.0 (OS)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.6.0) Creating track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.7.1) Creating track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.9.1) Creating track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.11.1) Creating track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.13.0) Creating track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.13.1) Creating track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.13.2) Creating track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.15.0) Creating track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.17.0) Creating track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.18.0 (Desktop)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks__expected_ids/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(158): last checkpoint: (1.18.0 (OS)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.6.0) Creating track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.7.1) Creating track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.9.1) Creating track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.11.1) Creating track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.13.0) Creating track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.13.1) Creating track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.13.2) Creating track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.15.0) Creating track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.17.0) Creating track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.18.0 (Desktop)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "tracks_by_relative_path__valid_path__expected_ids/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(182): last checkpoint: (1.18.0 (OS)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.6.0) Creating track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.7.1) Creating track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.9.1) Creating track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.11.1) Creating track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.13.0) Creating track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.13.1) Creating track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.13.2) Creating track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_7": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.15.0) Creating track...
Failure occurred in a following context:
    schema = 1.15.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_8": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.17.0) Creating track...
Failure occurred in a following context:
    schema = 1.17.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_9": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.18.0 (Desktop)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (Desktop); 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "track_by_id__valid_id__expected_ids/_10": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/database_test.cpp(221): last checkpoint: (1.18.0 (OS)) Creating track...
Failure occurred in a following context:
    schema = 1.18.0 (OS); 

*** 55 failures are detected in the test module "database_test"


    Start 6: engine_playlist_test
3/4 Test #6: engine_playlist_test .............***Failed    1.08 sec
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
Running 520 test cases...
unknown location(0): fatal error: in "add_track_back__to_empty_playlist__adds/_0": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/playlist_test.cpp(92): last checkpoint: (1.6.0) Creating example track...
Failure occurred in a following context:
    schema = 1.6.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track_back__to_empty_playlist__adds/_1": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/playlist_test.cpp(92): last checkpoint: (1.7.1) Creating example track...
Failure occurred in a following context:
    schema = 1.7.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track_back__to_empty_playlist__adds/_2": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/playlist_test.cpp(92): last checkpoint: (1.9.1) Creating example track...
Failure occurred in a following context:
    schema = 1.9.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track_back__to_empty_playlist__adds/_3": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/playlist_test.cpp(92): last checkpoint: (1.11.1) Creating example track...
Failure occurred in a following context:
    schema = 1.11.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track_back__to_empty_playlist__adds/_4": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/playlist_test.cpp(92): last checkpoint: (1.13.0) Creating example track...
Failure occurred in a following context:
    schema = 1.13.0; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track_back__to_empty_playlist__adds/_5": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/playlist_test.cpp(92): last checkpoint: (1.13.1) Creating example track...
Failure occurred in a following context:
    schema = 1.13.1; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.
unknown location(0): fatal error: in "add_track_back__to_empty_playlist__adds/_6": signal: SIGABRT (application abort requested)
/home/daniel/git/libdjinterop/test/djinterop/engine/playlist_test.cpp(92): last checkpoint: (1.13.2) Creating example track...
Failure occurred in a following context:
    schema = 1.13.2; 
/usr/include/c++/15.2.1/optional:1186: constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = double]: Assertion 'this->_M_is_engaged()' failed.

*** 88 failures are detected in the test module "track_test"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions