Since I’ve discovered you now provide meson for building, I’m switching Arch packages to it but I’ve encountered an issue:
jami-daemon/test/meson.build:59:0: ERROR: File unitTest/channel/testChannel.cpp does not exist.
The file seems to be gone a while ago, but test/meson.build wasn’t updated accordingly. For now, I will just keep tests disabled (they were already, but I thought redoing the package would be a good opportunity to enable them).
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
1/37 account_archive TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=186 /ring-daemon/build/test/ut_account_archive 2/37 account_factory TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=131 /ring-daemon/build/test/ut_account_factory 3/37 audio_frame_resizer OK 0.01s 4/37 auto_answer TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=196 /ring-daemon/build/test/ut_auto_answer 5/37 base64 OK 0.01s 6/37 call TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=162 /ring-daemon/build/test/ut_call 7/37 certificate_store OK 2.64s 8/37 compatibility TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=113 /ring-daemon/build/test/ut_compatibility 9/37 conference TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=254 /ring-daemon/build/test/ut_conference10/37 connection_manager TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=39 /ring-daemon/build/test/ut_connection_manager11/37 conversation TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=83 /ring-daemon/build/test/ut_conversation12/37 conversation_members_event TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=239 /ring-daemon/build/test/ut_conversation_members_event13/37 conversation_repository TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=57 /ring-daemon/build/test/ut_conversation_repository14/37 conversation_request TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=223 /ring-daemon/build/test/ut_conversation_request15/37 file_transfer TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=101 /ring-daemon/build/test/ut_file_transfer16/37 file_utils OK 0.01s17/37 hold_resume TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=195 /ring-daemon/build/test/ut_hold_resume18/37 ice TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=244 /ring-daemon/build/test/ut_ice19/37 ice_media_candidates_exchange TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=195 /ring-daemon/build/test/ut_ice_media_candidates_exchange20/37 ice_sdp_parser OK 11.53s21/37 map_utils OK 0.01s22/37 media_decoder OK 0.52s23/37 media_encoder FAIL 0.14s killed by signal 11 SIGSEGV>>> MALLOC_PERTURB_=15 /ring-daemon/build/test/ut_media_encoder24/37 media_filter OK 0.52s25/37 media_frame OK 0.52s26/37 media_negotiation TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=125 /ring-daemon/build/test/ut_media_negotiation27/37 resampler OK 0.52s28/37 revoke TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=144 /ring-daemon/build/test/ut_revoke29/37 scheduler OK 4.24s30/37 sip_basic_calls TIMEOUT 30.02s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=231 /ring-daemon/build/test/ut_sip_basic_calls31/37 sip_srtp OK 7.03s32/37 smart_tools OK 0.01s33/37 string_utils OK 0.01s34/37 sync_history TIMEOUT 30.01s killed by signal 15 SIGTERM>>> MALLOC_PERTURB_=1 /ring-daemon/build/test/ut_sync_history35/37 utf8_utils OK 0.01s36/37 video_input OK 3.52s37/37 video_scaler OK 0.52sOk: 17 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 0 Timeout: 19
EDIT: I suppose some tests require a special test environment. It would be good to subdivide all tests by these categories: 1) whether they use network to succeed 2) whether they use a special test environment to succeed.
yeah prerequisites should be documented, but ideally tests must be executed on a full featured network (upnp, with turn access, ipv4/ipv6 usable) and the test will block access to the resources itself.
@sblin According to the code, making a separate instance of fixture for each CPPUNIT_TEST() is expected behavior. I don't understand how it can work for you.
But moving initialization and finalization of the daemon to setUp() and tearDown() causes the daemon to hang on the second CPPUNIT_TEST() with this backtrace:
#0 0x00007ffff67868ca in __futex_abstimed_wait_common64 () from /usr/lib/libpthread.so.0#1 0x00007ffff6780270 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0#2 0x00007ffff685ef01 in __gthread_cond_wait (__mutex=<optimized out>, __cond=0x7fffffffd320) at /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu/bits/gthr-default.h:865#3 std::__condvar::wait (__m=..., this=0x7fffffffd320) at /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/std_mutex.h:155#4 std::condition_variable::wait (this=this@entry=0x7fffffffd320, __lock=...) at /build/gcc/src/gcc/libstdc++-v3/src/c++11/condition_variable.cc:41#5 0x00007ffff6fda45b in std::condition_variable::wait<jami::Manager::loadAccountMap(const YAML::Node&)::<lambda()> > (__p=..., __lock=..., this=<optimized out>) at /usr/include/c++/11.1.0/condition_variable:103#6 jami::Manager::loadAccountMap (this=0x7ffff7dcfb00 <jami::Manager::instance()::instance>, node=...) at ../src/manager.cpp:2848#7 0x00007ffff6fdadfb in jami::Manager::ManagerPimpl::parseConfiguration (this=0x5555555c1080) at ../src/manager.cpp:478#8 0x00007ffff6fdba67 in jami::Manager::init (this=0x7ffff7dcfb00 <jami::Manager::instance()::instance>, config_file="dring-sample.yml") at /usr/include/c++/11.1.0/bits/unique_ptr.h:173#9 0x00007ffff6fe9c64 in DRing::start (config_file="dring-sample.yml") at ../src/ring_api.cpp:77#10 0x000055555556078f in jami::test::AccountArchiveTest::setUp (this=0x5555555bc130) at ../test/unitTest/account_archive/account_archive.cpp:95#11 0x00007ffff69ce7d1 in CppUnit::TestCaseMethodFunctor::operator()() const () from /usr/lib/libcppunit-1.15.so.1#12 0x00007ffff69c50d1 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) () from /usr/lib/libcppunit-1.15.so.1#13 0x00007ffff69cbf78 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) () from /usr/lib/libcppunit-1.15.so.1#14 0x00007ffff69d61f7 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () from /usr/lib/libcppunit-1.15.so.1#15 0x00007ffff69ce4dc in CppUnit::TestCase::run(CppUnit::TestResult*) () from /usr/lib/libcppunit-1.15.so.1#16 0x00007ffff69ceb03 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) () from /usr/lib/libcppunit-1.15.so.1#17 0x00007ffff69cec69 in CppUnit::TestComposite::run(CppUnit::TestResult*) () from /usr/lib/libcppunit-1.15.so.1#18 0x00007ffff69ceb03 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) () from /usr/lib/libcppunit-1.15.so.1#19 0x00007ffff69cec69 in CppUnit::TestComposite::run(CppUnit::TestResult*) () from /usr/lib/libcppunit-1.15.so.1#20 0x00007ffff69d5873 in CppUnit::TestResult::runTest(CppUnit::Test*) () from /usr/lib/libcppunit-1.15.so.1#21 0x00007ffff69d8240 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () from /usr/lib/libcppunit-1.15.so.1#22 0x00007ffff69da012 in CppUnit::TextTestRunner::run(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool, bool, bool) () from /usr/lib/libcppunit-1.15.so.1#23 0x000055555555f9cc in main () at ../test/unitTest/account_archive/account_archive.cpp:243
Just wanted to report that I can confirm compilations of the tests with meson works for me too now, thanks @Vladimir for your work on this!
Of course I get a lot of failures, but I think those are expected on a build server as stated above:
meson test --print-errorlogs
1/38 account_archive FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=207 /build/jami-daemon/src/build/test/ut_account_archive――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043558.351| 6558|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043558.352| 6558|manager.cpp :713 ] Not initialized[1645043558.352| 6558|manager.cpp :713 ] Not initialized[1645043558.353| 6558|manager.cpp :713 ] Not initialized[1645043558.365| 6558|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043558.365| 6558|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043558.365| 6558|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043558.365| 6558|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043558.366| 6558|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043558.366| 6558|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043558.366| 6558|sipvoiplink.cpp :742 ] SIPVoIPLink@0x55bb307bb460[1645043558.367| 6558|manager.cpp :805 ] Configuration file path: dring-sample.yml[1645043558.367| 6558|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043558.367| 6558|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043558.367| 6558|manager.cpp :830 ] Restoring last working configuration[1645043558.367| 6558|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043558.367| 6558|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043558.368| 6558|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043558.370| 6558|pulselayer.cpp :141 ] Waiting....[1645043558.371| 6558|pulselayer.cpp :164 ] Connection refused[1645043558.374| 6558|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043558.374| 6558|preferences.cpp :344 ] Could not create pulseaudio layer, falling back to ALSAALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043558.375| 6558|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043558.375| 6558|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043558.375| 6558|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043558.375| 6558|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043558.395| 6558|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043558.395| 6558|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043558.395| 6558|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043558.395| 6558|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043558.395| 6558|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043558.395| 6558|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043558.395| 6558|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043558.395| 6558|siptransport.cpp :193 ] destroying SipTransportBroker@0x55bb306fd9e0terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("dring-sample.yml")―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― 2/38 migration FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=215 /build/jami-daemon/src/build/test/ut_migration――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043558.551| 6565|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043558.552| 6565|manager.cpp :713 ] Not initialized[1645043558.552| 6565|manager.cpp :713 ] Not initialized[1645043558.552| 6565|manager.cpp :713 ] Not initialized[1645043558.564| 6565|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043558.564| 6565|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043558.564| 6565|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043558.564| 6565|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043558.564| 6565|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043558.564| 6565|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043558.565| 6565|sipvoiplink.cpp :742 ] SIPVoIPLink@0x55b8ed428450[1645043558.565| 6565|manager.cpp :805 ] Configuration file path: dring-sample.yml[1645043558.565| 6565|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043558.565| 6565|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043558.565| 6565|manager.cpp :830 ] Restoring last working configuration[1645043558.565| 6565|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043558.565| 6565|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043558.565| 6565|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043558.568| 6565|pulselayer.cpp :141 ] Waiting....[1645043558.569| 6565|pulselayer.cpp :164 ] Connection refused[1645043558.574| 6565|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043558.575| 6565|preferences.cpp :344 ] Could not create pulseaudio layer, falling back to ALSAALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043558.575| 6565|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043558.575| 6565|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043558.575| 6565|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043558.575| 6565|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043558.595| 6565|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043558.595| 6565|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043558.595| 6565|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043558.595| 6565|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043558.595| 6565|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043558.595| 6565|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043558.595| 6565|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043558.595| 6565|siptransport.cpp :193 ] destroying SipTransportBroker@0x55b8ed36aa00terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("dring-sample.yml")―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― 3/38 account_factory OK 3.58s 4/38 audio_frame_resizer OK 0.07s 5/38 auto_answer FAIL 0.18s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=53 /build/jami-daemon/src/build/test/ut_auto_answer――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043562.394| 6585|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043562.395| 6585|manager.cpp :713 ] Not initialized[1645043562.395| 6585|manager.cpp :713 ] Not initialized[1645043562.395| 6585|manager.cpp :713 ] Not initialized[1645043562.406| 6585|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043562.407| 6585|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043562.407| 6585|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043562.407| 6585|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043562.407| 6585|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043562.407| 6585|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043562.407| 6585|sipvoiplink.cpp :742 ] SIPVoIPLink@0x559eec83f970[1645043562.407| 6585|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043562.409| 6585|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043562.409| 6585|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043562.409| 6585|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043562.409| 6585|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043562.428| 6585|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043562.428| 6585|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043562.429| 6585|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043562.429| 6585|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043562.429| 6585|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043562.429| 6585|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043562.429| 6585|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043562.429| 6585|siptransport.cpp :193 ] destroying SipTransportBroker@0x559eec781e20terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― 6/38 base64 OK 0.07s 7/38 call FAIL 0.18s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=86 /build/jami-daemon/src/build/test/ut_call――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043562.643| 6593|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043562.644| 6593|manager.cpp :713 ] Not initialized[1645043562.644| 6593|manager.cpp :713 ] Not initialized[1645043562.644| 6593|manager.cpp :713 ] Not initialized[1645043562.656| 6593|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043562.656| 6593|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043562.656| 6593|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043562.656| 6593|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043562.656| 6593|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043562.656| 6593|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043562.656| 6593|sipvoiplink.cpp :742 ] SIPVoIPLink@0x5632f15d43d0[1645043562.657| 6593|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043562.658| 6593|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043562.658| 6593|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043562.658| 6593|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043562.658| 6593|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043562.677| 6593|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043562.678| 6593|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043562.678| 6593|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043562.678| 6593|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043562.678| 6593|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043562.678| 6593|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043562.678| 6593|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043562.678| 6593|siptransport.cpp :193 ] destroying SipTransportBroker@0x5632f1516840terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― 8/38 certificate_store OK 7.28s 9/38 compatibility FAIL 38.13s exit status 1>>> MALLOC_PERTURB_=116 /build/jami-daemon/src/build/test/ut_compatibility――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――Listing only the last 100 lines from a long log.[1645043606.470| 6614|message_engine.cpp:321 ] [Account f32c7ebdb5540a2e] saved 1 messages to /build/.cache/jami/f32c7ebdb5540a2e/messages[1645043606.470| 6629|jamiaccount.cpp :3848 ] [Account f32c7ebdb5540a2e] Request SIP connection to peer 699ed68442ef754712ff8be77f9efc8e65deee8d on device 2853bd61f780b1998e990d9cfb2e3be461d62e6c65ab50e268a2a90d02526577[1645043606.470| 6629|jamiaccount.cpp :3871 ] [Account f32c7ebdb5540a2e] Already connecting to 2853bd61f780b1998e990d9cfb2e3be461d62e6c65ab50e268a2a90d02526577[1645043606.470| 6629|jamiaccount.cpp :3325 ] [Account f32c7ebdb5540a2e] [message 7311584882051125] Sending message for device 2853bd61f780b1998e990d9cfb2e3be461d62e6c65ab50e268a2a90d02526577[1645043606.552| 6626|account_manager.cpp:348 ] Found peer device: 77e09c4972df262511ef5f6a033c17df6797a8b6d9b238e7e0fe6a2fdfad0a22 account:0cd9c27b13f67b3a84ac4d5a946080165d508ec9 CA:cf542a5bea594cfa2e56ddebeed066280e909a94[1645043606.553| 6626|sipaccountbase.cpp:464 ] Text message received from 0cd9c27b13f67b3a84ac4d5a946080165d508ec9, 1 part(s)[1645043606.553| 6626|jamiaccount.cpp :2268 ] Sending message confirmation 7311584882051125[1645043606.553| 6601|jamiaccount.cpp :350 ] [Account f32c7ebdb5540a2e] Shutdown connections[1645043606.553| 6601|jamiaccount.cpp :2403 ] [Account f32c7ebdb5540a2e] unregistering account 0x558f48c11350[1645043606.553| 6627|ice_transport.cpp :316 ] [ice:0x7ff4ac114920] destroying 0x7ff4ac1219a8[1645043606.561| 6629|jamiaccount.cpp :3307 ] [Account f32c7ebdb5540a2e] [message 1640519967032141] Put encrypted ok[1645043606.561| 6629|jamiaccount.cpp :3307 ] [Account f32c7ebdb5540a2e] [message 7311584882051125] Put encrypted failed[1645043606.561| 6629|account_manager.cpp:669 ] Found 1 devices[1645043606.561| 6629|account_manager.cpp:669 ] Found 1 devices[1645043606.561| 6629|jamiaccount.cpp :2406 ] [Account f32c7ebdb5540a2e] dht shutdown complete[1645043606.563| 6601|jamiaccount.cpp :2460 ] [Account f32c7ebdb5540a2e] disconnected[1645043606.570| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/58/dc7da2713f19271a8756ecf3a70fc99a78673e for erasing.[1645043606.570| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/ea/f6378401af5662266652e6c3d836085f15db1f for erasing.[1645043606.571| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 for erasing.[1645043606.571| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/de/291a51f5c97d048d198298c4b78da69dd561c3 for erasing.[1645043606.571| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/f8/e8d1613aa18af24823d48a5f1c94f573b2fa9f for erasing.[1645043606.571| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/1f/6f45b225ff199259cfd3a5d30cafc4b9acdcf0 for erasing.[1645043606.571| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/8c/2b0d1308cfc871779a2fe28e6271a53003a5f0 for erasing.[1645043606.571| 6601|fileutils.cpp :910 ] Can not open file /build/.local/share/jami/f32c7ebdb5540a2e/conversations/e9694ce812116a017fd04736c2f885320e064d81/.git/objects/e9/694ce812116a017fd04736c2f885320e064d81 for erasing.[1645043606.577| 6627|ice_transport.cpp :331 ] [ice:0x7ff4ac114920] Destroying ice_strans 0x7ff4ac1219a8[1645043606.581| 6601|account_factory.cpp:84 ] Removing account f32c7ebdb5540a2e[1645043606.582| 6601|account_factory.cpp:87 ] Remaining 1 RING account(s)[1645043606.582| 6601|upnp_control.cpp :44 ] Controller@0x558f48c12f10: Destroying UPnP Controller session[1645043606.582| 6603|upnp_context.cpp :423 ] Successfully unregistered controller 0x558f48c12f10[1645043606.582| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.582| 6601|jamiaccount.cpp :350 ] [Account 45be20950ae93a20] Shutdown connections[1645043606.582| 6601|jamiaccount.cpp :2403 ] [Account 45be20950ae93a20] unregistering account 0x558f48c186d0[1645043606.597| 6626|jamiaccount.cpp :2406 ] [Account 45be20950ae93a20] dht shutdown complete[1645043606.606| 6601|jamiaccount.cpp :2460 ] [Account 45be20950ae93a20] disconnected[1645043606.609| 6601|account_factory.cpp:84 ] Removing account 45be20950ae93a20[1645043606.609| 6601|account_factory.cpp:87 ] Remaining 0 RING account(s)[1645043606.609| 6601|upnp_control.cpp :44 ] Controller@0x558f48b4e810: Destroying UPnP Controller session[1645043606.609| 6603|upnp_context.cpp :423 ] Successfully unregistered controller 0x558f48b4e810[1645043606.609| 6603|upnp_context.cpp :149 ] Stopping UPNP context[1645043606.609| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.609| 6610|igd.cpp :48 ] IGD 135.181.138.1 [NAT-PMP] was disabled[1645043606.610| 6601|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043606.610| 6601|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043606.610| 6601|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043606.610| 6601|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043606.610| 6601|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043606.610| 6601|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043606.610| 6601|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043606.610| 6601|siptransport.cpp :193 ] destroying SipTransportBroker@0x558f48c27370[1645043606.610| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.611| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.611| 6601|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043606.611| 6601|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043606.611| 6601|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043606.611| 6601|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043606.611| 6601|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043606.611| 6601|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043606.611| 6601|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043606.611| 6601|siptransport.cpp :193 ] destroying SipTransportBroker@0x7ff4ac00cdc0[1645043606.611| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.612| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.612| 6601|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043606.612| 6601|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043606.612| 6601|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043606.612| 6601|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043606.612| 6601|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043606.612| 6601|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043606.612| 6601|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043606.612| 6601|siptransport.cpp :193 ] destroying SipTransportBroker@0x558f48c27370[1645043606.613| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.613| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043606.613| 6603|upnp_context.cpp :68 ] Shutdown UPnPContext instance [0x558f48a545b0][1645043606.613| 6603|upnp_context.cpp :149 ] Stopping UPNP context[1645043606.613| 6603|upnp_context.cpp :1282 ] Mapping JAMI-UDP:20268 already in state FAILED[1645043606.613| 6603|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:20268[1645043606.613| 6603|upnp_context.cpp :1282 ] Mapping JAMI-UDP:22155 already in state FAILED[1645043606.613| 6603|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:22155[1645043606.613| 6601|upnp_context.cpp :91 ] Waiting for shutdown ...[1645043606.614| 6610|igd.cpp :48 ] IGD 135.181.138.1 [NAT-PMP] was disabled[1645043607.178| 6627|ice_transport.cpp :649 ] [ice:0x7ff4ac114920] Timer heap flushed after 600 ms[1645043607.178| 6627|ice_transport.cpp :363 ] [ice:0x7ff4ac114920] done destroying[1645043607.524| 6613|pupnp.cpp :321 ] PUPnP: clearing IGDs and devices lists[1645043607.524| 6613|pupnp.cpp :321 ] PUPnP: clearing IGDs and devices lists[1645043607.524| 6613|pupnp.cpp :243 ] PUPnP: Terminate instance 0x7ff4f0001520[1645043607.525| 6603|pupnp.cpp :174 ] PUPnP: Shutdown completed[1645043607.525| 6603|nat_pmp.cpp :129 ] NAT-PMP: Shutdown completed[1645043607.525| 6603|pupnp.cpp :122 ] PUPnP: Instance [0x7ff4f0001520] destroyed[1645043607.525| 6610|nat_pmp.cpp :40 ] NAT-PMP: Instance [0x7ff4f0000b80] destroyed[1645043607.525| 6601|upnp_context.cpp :94 ] Shutdown completed[1645043607.526| 6601|manager.cpp :869 ] Hangup 0 remaining call(s)[1645043607.526| 6601|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043607.526| 6601|alsalayer.cpp :246 ] Alsa: Closing capture stream[1645043607.526| 6601|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043607.526| 6601|manager.cpp :890 ] Stopping schedulers and worker threads[1645043607.527| 6601|sipvoiplink.cpp :750 ] Shutdown SIPVoIPLink@0x558f48b11940...[1645043608.167| 6601|siptransport.cpp :193 ] destroying SipTransportBroker@0x558f48a734d0[1645043608.167| 6601|sipvoiplink.cpp :768 ] SIPVoIPLink@0x558f48b11940 is shutdown[1645043608.167| 6601|upnp_context.cpp :102 ] UPnPContext instance [0x558f48a545b0] destroyed[1645043608.170| 6601|ringbuffer.cpp :60 ] Destroy RingBuffer audiolayer_id――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――10/38 conference FAIL 0.21s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=214 /build/jami-daemon/src/build/test/ut_conference――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043608.240| 6633|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043608.245| 6633|manager.cpp :713 ] Not initialized[1645043608.245| 6633|manager.cpp :713 ] Not initialized[1645043608.245| 6633|manager.cpp :713 ] Not initialized[1645043608.256| 6633|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043608.256| 6633|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043608.256| 6633|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043608.256| 6633|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043608.257| 6633|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043608.257| 6633|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043608.257| 6633|sipvoiplink.cpp :742 ] SIPVoIPLink@0x563099a17680[1645043608.257| 6633|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043608.272| 6633|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043608.272| 6633|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043608.272| 6633|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043608.272| 6633|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043608.292| 6633|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043608.292| 6633|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043608.292| 6633|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043608.292| 6633|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043608.292| 6633|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043608.292| 6633|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043608.292| 6633|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043608.292| 6633|siptransport.cpp :193 ] destroying SipTransportBroker@0x563099959be0terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――11/38 connection_manager FAIL 0.19s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=205 /build/jami-daemon/src/build/test/ut_connection_manager――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043608.450| 6642|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043608.451| 6642|manager.cpp :713 ] Not initialized[1645043608.451| 6642|manager.cpp :713 ] Not initialized[1645043608.451| 6642|manager.cpp :713 ] Not initialized[1645043608.463| 6642|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043608.463| 6642|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043608.463| 6642|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043608.463| 6642|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043608.463| 6642|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043608.463| 6642|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043608.463| 6642|sipvoiplink.cpp :742 ] SIPVoIPLink@0x55be20195470[1645043608.464| 6642|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043608.475| 6642|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043608.475| 6642|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043608.476| 6642|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043608.476| 6642|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043608.494| 6642|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043608.494| 6642|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043608.494| 6642|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043608.494| 6642|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043608.494| 6642|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043608.494| 6642|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043608.495| 6642|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043608.495| 6642|siptransport.cpp :193 ] destroying SipTransportBroker@0x55be200d7920terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――12/38 conversation FAIL 19.60s exit status 1>>> MALLOC_PERTURB_=60 /build/jami-daemon/src/build/test/ut_conversation――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――Listing only the last 100 lines from a long log.[1645043625.134| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.134| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.134| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.134| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.134| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.134| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.134| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x56465d7cac50[1645043625.135| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.135| 6651|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043625.135| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.135| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.135| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.135| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.135| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.135| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.135| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fad78032150[1645043625.135| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.135| 6651|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043625.135| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.135| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.135| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.135| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.135| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.135| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.135| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x56465d7cac50[1645043625.135| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.135| 6651|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043625.135| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.135| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.135| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.135| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.135| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.136| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.136| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fad78032150[1645043625.136| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.136| 6651|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043625.136| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.136| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.136| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.136| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.136| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.136| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.136| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x56465d7cac50[1645043625.136| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.136| 6651|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043625.136| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.136| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.136| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.136| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.136| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.136| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.136| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fad78032150[1645043625.136| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.136| 6651|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043625.136| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.136| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.136| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.136| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.136| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.137| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.137| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x56465d7cac50[1645043625.137| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.137| 6651|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043625.137| 6651|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043625.137| 6651|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043625.137| 6651|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043625.137| 6651|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043625.137| 6651|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043625.137| 6651|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043625.137| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fad78032150[1645043625.137| 6651|common.cpp :105 ] Removing 3 accounts...[1645043625.137| 6651|upnp_context.cpp :91 ] Waiting for shutdown ...[1645043625.137| 6653|upnp_context.cpp :68 ] Shutdown UPnPContext instance [0x56465d602af0][1645043625.137| 6653|upnp_context.cpp :149 ] Stopping UPNP context[1645043625.137| 6653|upnp_context.cpp :1282 ] Mapping JAMI-UDP:23778 already in state FAILED[1645043625.137| 6653|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:23778[1645043625.137| 6653|upnp_context.cpp :1282 ] Mapping JAMI-UDP:24408 already in state FAILED[1645043625.138| 6653|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:24408[1645043625.138| 6662|pupnp.cpp :321 ] PUPnP: clearing IGDs and devices lists[1645043625.138| 6662|pupnp.cpp :243 ] PUPnP: Terminate instance 0x7fad74001530[1645043625.139| 6653|pupnp.cpp :174 ] PUPnP: Shutdown completed[1645043626.790| 6660|nat_pmp.cpp :555 ] NAT-PMP: Read response on IGD 135.181.138.1 failed - SOCKETERROR[1645043626.790| 6660|nat_pmp.cpp :227 ] NAT-PMP: Start search for IGDs. Attempt 2[1645043626.790| 6660|igd.cpp :48 ] IGD 135.181.138.1 [NAT-PMP] was disabled[1645043626.790| 6660|igd.cpp :48 ] IGD 135.181.138.1 [NAT-PMP] was disabled[1645043626.790| 6653|nat_pmp.cpp :129 ] NAT-PMP: Shutdown completed[1645043626.790| 6653|nat_pmp.cpp :40 ] NAT-PMP: Instance [0x7fad74000b80] destroyed[1645043626.790| 6653|pupnp.cpp :122 ] PUPnP: Instance [0x7fad74001530] destroyed[1645043626.790| 6651|upnp_context.cpp :94 ] Shutdown completed[1645043626.790| 6651|manager.cpp :869 ] Hangup 0 remaining call(s)[1645043626.790| 6651|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043626.791| 6651|alsalayer.cpp :246 ] Alsa: Closing capture stream[1645043626.791| 6651|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043626.791| 6651|manager.cpp :890 ] Stopping schedulers and worker threads[1645043626.791| 6651|sipvoiplink.cpp :750 ] Shutdown SIPVoIPLink@0x56465d6c0040...[1645043627.672| 6651|siptransport.cpp :193 ] destroying SipTransportBroker@0x56465d621b70[1645043627.672| 6651|sipvoiplink.cpp :768 ] SIPVoIPLink@0x56465d6c0040 is shutdown[1645043627.673| 6651|upnp_context.cpp :102 ] UPnPContext instance [0x56465d602af0] destroyed[1645043628.171| 6651|ringbuffer.cpp :60 ] Destroy RingBuffer audiolayer_id――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――13/38 conversation_members_event FAIL 19.62s exit status 1>>> MALLOC_PERTURB_=64 /build/jami-daemon/src/build/test/ut_conversation_members_event――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――Listing only the last 100 lines from a long log.[1645043646.687| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x55d0818fdaa0[1645043646.687| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.687| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.687| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.687| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.687| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.687| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.687| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.687| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.765| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x7f2404018870[1645043646.765| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.765| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.765| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.765| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.765| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.765| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.765| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.765| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.765| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x55d0818fdaa0[1645043646.765| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.765| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.765| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.766| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.766| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.766| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.766| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.766| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.766| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x7f2404018870[1645043646.766| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.766| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.766| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.766| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.766| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.766| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.766| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.766| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.766| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x55d0818fdaa0[1645043646.766| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.766| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.766| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.766| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.767| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.767| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.767| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.767| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.767| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x7f2404018870[1645043646.767| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.767| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.767| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.767| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.767| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.767| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.767| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.767| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.767| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x55d0818fdaa0[1645043646.767| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.767| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.767| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.767| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.767| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.767| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.767| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.768| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.768| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x7f2404018870[1645043646.768| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.768| 6680|manager.cpp :752 ] Unable to initialize git transport could not find '/build/.gitconfig' to stat: No such file or directory[1645043646.768| 6680|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043646.768| 6680|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043646.768| 6680|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043646.768| 6680|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043646.768| 6680|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043646.768| 6680|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043646.768| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x55d0818fdaa0[1645043646.768| 6680|common.cpp :105 ] Removing 3 accounts...[1645043646.768| 6680|upnp_context.cpp :91 ] Waiting for shutdown ...[1645043646.769| 6682|upnp_context.cpp :68 ] Shutdown UPnPContext instance [0x55d081734330][1645043646.769| 6682|upnp_context.cpp :149 ] Stopping UPNP context[1645043646.769| 6682|upnp_context.cpp :1282 ] Mapping JAMI-UDP:21196 already in state FAILED[1645043646.769| 6682|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:21196[1645043646.769| 6682|upnp_context.cpp :1282 ] Mapping JAMI-UDP:23968 already in state FAILED[1645043646.769| 6682|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:23968[1645043646.769| 6691|pupnp.cpp :321 ] PUPnP: clearing IGDs and devices lists[1645043646.769| 6690|igd.cpp :48 ] IGD 135.181.138.1 [NAT-PMP] was disabled[1645043646.769| 6691|pupnp.cpp :243 ] PUPnP: Terminate instance 0x7f2444001550[1645043646.770| 6682|pupnp.cpp :174 ] PUPnP: Shutdown completed[1645043646.770| 6682|nat_pmp.cpp :129 ] NAT-PMP: Shutdown completed[1645043646.770| 6682|nat_pmp.cpp :40 ] NAT-PMP: Instance [0x7f2444000b80] destroyed[1645043646.770| 6682|pupnp.cpp :122 ] PUPnP: Instance [0x7f2444001550] destroyed[1645043646.771| 6680|upnp_context.cpp :94 ] Shutdown completed[1645043646.771| 6680|manager.cpp :869 ] Hangup 0 remaining call(s)[1645043646.771| 6680|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043646.771| 6680|alsalayer.cpp :246 ] Alsa: Closing capture stream[1645043646.771| 6680|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043646.771| 6680|manager.cpp :890 ] Stopping schedulers and worker threads[1645043646.772| 6680|sipvoiplink.cpp :750 ] Shutdown SIPVoIPLink@0x55d0817f1840...[1645043647.291| 6680|siptransport.cpp :193 ] destroying SipTransportBroker@0x55d0817533c0[1645043647.291| 6680|sipvoiplink.cpp :768 ] SIPVoIPLink@0x55d0817f1840 is shutdown[1645043647.292| 6680|upnp_context.cpp :102 ] UPnPContext instance [0x55d081734330] destroyed[1645043647.792| 6680|ringbuffer.cpp :60 ] Destroy RingBuffer audiolayer_id――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――14/38 conversation_repository FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=32 /build/jami-daemon/src/build/test/ut_conversation_repository――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043647.870| 6714|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043647.873| 6714|manager.cpp :713 ] Not initialized[1645043647.873| 6714|manager.cpp :713 ] Not initialized[1645043647.873| 6714|manager.cpp :713 ] Not initialized[1645043647.885| 6714|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043647.885| 6714|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043647.885| 6714|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043647.885| 6714|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043647.885| 6714|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043647.885| 6714|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043647.885| 6714|sipvoiplink.cpp :742 ] SIPVoIPLink@0x560be34404b0[1645043647.886| 6714|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043647.895| 6714|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043647.895| 6714|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043647.895| 6714|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043647.896| 6714|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043647.915| 6714|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043647.915| 6714|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043647.915| 6714|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043647.915| 6714|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043647.915| 6714|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043647.915| 6714|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043647.915| 6714|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043647.915| 6714|siptransport.cpp :193 ] destroying SipTransportBroker@0x560be33827f0terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――15/38 conversation_request FAIL 34.13s exit status 1>>> MALLOC_PERTURB_=87 /build/jami-daemon/src/build/test/ut_conversation_request――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――Listing only the last 100 lines from a long log.[1645043681.187| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.187| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.187| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.187| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.187| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x565079e1f9a0[1645043681.187| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.187| 6723|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043681.187| 6723|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043681.187| 6723|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043681.187| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.187| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.187| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.187| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.187| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fd26c013fa0[1645043681.187| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.187| 6723|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043681.187| 6723|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043681.187| 6723|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043681.187| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.187| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.187| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.188| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.188| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x565079e1f9a0[1645043681.188| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.188| 6723|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043681.188| 6723|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043681.188| 6723|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043681.188| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.188| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.188| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.188| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.188| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fd26c013fa0[1645043681.188| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.188| 6723|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043681.188| 6723|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043681.188| 6723|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043681.188| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.188| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.188| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.189| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.189| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x565079e1f9a0[1645043681.189| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.189| 6723|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043681.189| 6723|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043681.189| 6723|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043681.189| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.189| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.189| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.189| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.189| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fd26c013fa0[1645043681.189| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.189| 6723|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043681.189| 6723|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043681.189| 6723|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043681.189| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.189| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.189| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.190| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.190| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x565079e1f9a0[1645043681.190| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.190| 6723|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043681.190| 6723|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043681.190| 6723|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043681.190| 6723|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043681.190| 6723|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043681.190| 6723|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043681.190| 6723|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043681.190| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x7fd26c013fa0[1645043681.190| 6723|common.cpp :105 ] Removing 3 accounts...[1645043681.190| 6725|upnp_context.cpp :68 ] Shutdown UPnPContext instance [0x565079c63c70][1645043681.190| 6725|upnp_context.cpp :149 ] Stopping UPNP context[1645043681.190| 6725|upnp_context.cpp :1282 ] Mapping JAMI-UDP:20027 already in state FAILED[1645043681.190| 6725|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:20027[1645043681.190| 6725|upnp_context.cpp :1282 ] Mapping JAMI-UDP:21641 already in state FAILED[1645043681.190| 6725|upnp_context.cpp :1175 ] Unregistered mapping JAMI-UDP:21641[1645043681.190| 6723|upnp_context.cpp :91 ] Waiting for shutdown ...[1645043681.190| 6733|igd.cpp :48 ] IGD 135.181.138.1 [NAT-PMP] was disabled[1645043681.191| 6734|pupnp.cpp :321 ] PUPnP: clearing IGDs and devices lists[1645043681.191| 6734|pupnp.cpp :243 ] PUPnP: Terminate instance 0x7fd294001520[1645043681.192| 6725|pupnp.cpp :174 ] PUPnP: Shutdown completed[1645043681.192| 6725|nat_pmp.cpp :129 ] NAT-PMP: Shutdown completed[1645043681.192| 6725|nat_pmp.cpp :40 ] NAT-PMP: Instance [0x7fd294000b80] destroyed[1645043681.192| 6725|pupnp.cpp :122 ] PUPnP: Instance [0x7fd294001520] destroyed[1645043681.192| 6723|upnp_context.cpp :94 ] Shutdown completed[1645043681.192| 6723|manager.cpp :869 ] Hangup 0 remaining call(s)[1645043681.192| 6723|manager.cpp :1692 ] Saving Configuration to XDG directory jami-sample.yml[1645043681.193| 6723|alsalayer.cpp :246 ] Alsa: Closing capture stream[1645043681.193| 6723|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043681.193| 6723|manager.cpp :890 ] Stopping schedulers and worker threads[1645043681.339| 6748|ice_transport.cpp :331 ] [ice:0x7fd26c195270] Destroying ice_strans 0x7fd26c19d628[1645043681.646| 6753|ice_transport.cpp :649 ] [ice:0x7fd25c115090] Timer heap flushed after 500 ms[1645043681.646| 6753|ice_transport.cpp :363 ] [ice:0x7fd25c115090] done destroying[1645043681.840| 6748|ice_transport.cpp :649 ] [ice:0x7fd26c195270] Timer heap flushed after 500 ms[1645043681.840| 6748|ice_transport.cpp :363 ] [ice:0x7fd26c195270] done destroying[1645043681.841| 6723|sipvoiplink.cpp :750 ] Shutdown SIPVoIPLink@0x565079d211c0...[1645043682.118| 6723|siptransport.cpp :193 ] destroying SipTransportBroker@0x565079c82cf0[1645043682.118| 6723|sipvoiplink.cpp :768 ] SIPVoIPLink@0x565079d211c0 is shutdown[1645043682.119| 6723|upnp_context.cpp :102 ] UPnPContext instance [0x565079c63c70] destroyed[1645043682.122| 6723|ringbuffer.cpp :60 ] Destroy RingBuffer audiolayer_id――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――16/38 file_transfer FAIL 0.18s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=18 /build/jami-daemon/src/build/test/ut_file_transfer――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043682.198| 6760|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043682.199| 6760|manager.cpp :713 ] Not initialized[1645043682.200| 6760|manager.cpp :713 ] Not initialized[1645043682.200| 6760|manager.cpp :713 ] Not initialized[1645043682.211| 6760|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.211| 6760|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.211| 6760|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.211| 6760|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.211| 6760|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.211| 6760|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.211| 6760|sipvoiplink.cpp :742 ] SIPVoIPLink@0x5635579af6a0[1645043682.212| 6760|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.214| 6760|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.214| 6760|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.214| 6760|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043682.214| 6760|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043682.233| 6760|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043682.233| 6760|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.233| 6760|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.233| 6760|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.233| 6760|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.233| 6760|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.233| 6760|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.233| 6760|siptransport.cpp :193 ] destroying SipTransportBroker@0x5635578f1c90terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――17/38 file_utils OK 0.07s18/38 hold_resume FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=217 /build/jami-daemon/src/build/test/ut_hold_resume――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043682.450| 6771|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043682.451| 6771|manager.cpp :713 ] Not initialized[1645043682.451| 6771|manager.cpp :713 ] Not initialized[1645043682.451| 6771|manager.cpp :713 ] Not initialized[1645043682.462| 6771|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.462| 6771|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.462| 6771|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.462| 6771|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.462| 6771|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.463| 6771|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.463| 6771|sipvoiplink.cpp :742 ] SIPVoIPLink@0x5580e31276b0[1645043682.463| 6771|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.472| 6771|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.472| 6771|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.472| 6771|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043682.472| 6771|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043682.491| 6771|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043682.491| 6771|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.491| 6771|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.491| 6771|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.491| 6771|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.491| 6771|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.492| 6771|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.492| 6771|siptransport.cpp :193 ] destroying SipTransportBroker@0x5580e3069b20terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――19/38 ice FAIL 0.19s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=241 /build/jami-daemon/src/build/test/ut_ice――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043682.650| 6780|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043682.651| 6780|manager.cpp :713 ] Not initialized[1645043682.651| 6780|manager.cpp :713 ] Not initialized[1645043682.651| 6780|manager.cpp :713 ] Not initialized[1645043682.662| 6780|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.662| 6780|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.662| 6780|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.663| 6780|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.663| 6780|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.663| 6780|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.663| 6780|sipvoiplink.cpp :742 ] SIPVoIPLink@0x55c591d233d0[1645043682.663| 6780|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.669| 6780|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.669| 6780|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.669| 6780|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043682.669| 6780|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043682.688| 6780|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043682.688| 6780|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.688| 6780|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.688| 6780|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.688| 6780|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.688| 6780|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.688| 6780|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.688| 6780|siptransport.cpp :193 ] destroying SipTransportBroker@0x55c591c65840terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――20/38 ice_media_candidates_exchange FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=77 /build/jami-daemon/src/build/test/ut_ice_media_candidates_exchange――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043682.844| 6789|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043682.845| 6789|manager.cpp :713 ] Not initialized[1645043682.845| 6789|manager.cpp :713 ] Not initialized[1645043682.845| 6789|manager.cpp :713 ] Not initialized[1645043682.857| 6789|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.857| 6789|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.857| 6789|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.857| 6789|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.857| 6789|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.858| 6789|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.858| 6789|sipvoiplink.cpp :742 ] SIPVoIPLink@0x5577e5c3f7f0[1645043682.858| 6789|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.869| 6789|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.869| 6789|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043682.869| 6789|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043682.869| 6789|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043682.888| 6789|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043682.889| 6789|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043682.889| 6789|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043682.889| 6789|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043682.889| 6789|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043682.889| 6789|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043682.889| 6789|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043682.889| 6789|siptransport.cpp :193 ] destroying SipTransportBroker@0x5577e5b81af0terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――21/38 ice_sdp_parser FAIL 0.21s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=4 /build/jami-daemon/src/build/test/ut_ice_sdp_parser――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043683.044| 6798|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043683.045| 6798|manager.cpp :713 ] Not initialized[1645043683.045| 6798|manager.cpp :713 ] Not initialized[1645043683.045| 6798|manager.cpp :713 ] Not initialized[1645043683.056| 6798|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043683.056| 6798|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043683.056| 6798|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043683.056| 6798|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043683.056| 6798|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043683.056| 6798|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043683.057| 6798|sipvoiplink.cpp :742 ] SIPVoIPLink@0x562fb2e82380[1645043683.057| 6798|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043683.072| 6798|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043683.072| 6798|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043683.072| 6798|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043683.072| 6798|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043683.091| 6798|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043683.091| 6798|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043683.091| 6798|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043683.091| 6798|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043683.091| 6798|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043683.091| 6798|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043683.091| 6798|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043683.091| 6798|siptransport.cpp :193 ] destroying SipTransportBroker@0x562fb2dc4670terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――22/38 map_utils OK 0.01s23/38 media_decoder OK 0.58s24/38 media_encoder OK 0.58s25/38 media_filter OK 0.58s26/38 media_frame OK 0.58s27/38 media_negotiation FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=147 /build/jami-daemon/src/build/test/ut_media_negotiation――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043685.576| 6895|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043685.577| 6895|manager.cpp :713 ] Not initialized[1645043685.577| 6895|manager.cpp :713 ] Not initialized[1645043685.577| 6895|manager.cpp :713 ] Not initialized[1645043685.589| 6895|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043685.589| 6895|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043685.589| 6895|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043685.589| 6895|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043685.589| 6895|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043685.589| 6895|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043685.589| 6895|sipvoiplink.cpp :742 ] SIPVoIPLink@0x55637339d760[1645043685.589| 6895|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043685.599| 6895|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043685.599| 6895|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043685.599| 6895|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043685.599| 6895|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043685.618| 6895|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043685.618| 6895|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043685.618| 6895|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043685.618| 6895|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043685.618| 6895|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043685.618| 6895|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043685.618| 6895|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043685.618| 6895|siptransport.cpp :193 ] destroying SipTransportBroker@0x556373298220terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――28/38 resampler OK 0.57s29/38 revoke FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=208 /build/jami-daemon/src/build/test/ut_revoke――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043686.337| 6911|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043686.338| 6911|manager.cpp :713 ] Not initialized[1645043686.338| 6911|manager.cpp :713 ] Not initialized[1645043686.338| 6911|manager.cpp :713 ] Not initialized[1645043686.349| 6911|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043686.349| 6911|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043686.349| 6911|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043686.349| 6911|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043686.350| 6911|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043686.350| 6911|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043686.350| 6911|sipvoiplink.cpp :742 ] SIPVoIPLink@0x5646cc2e93f0[1645043686.350| 6911|manager.cpp :805 ] Configuration file path: dring-sample.yml[1645043686.350| 6911|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043686.354| 6911|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043686.355| 6911|manager.cpp :830 ] Restoring last working configuration[1645043686.355| 6911|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043686.361| 6911|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043686.361| 6911|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043686.364| 6911|pulselayer.cpp :141 ] Waiting....[1645043686.364| 6911|pulselayer.cpp :164 ] Connection refused[1645043686.368| 6911|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043686.368| 6911|preferences.cpp :344 ] Could not create pulseaudio layer, falling back to ALSAALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043686.369| 6911|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043686.369| 6911|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043686.369| 6911|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043686.369| 6911|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043686.388| 6911|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043686.388| 6911|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043686.388| 6911|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043686.388| 6911|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043686.388| 6911|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043686.388| 6911|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043686.388| 6911|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043686.388| 6911|siptransport.cpp :193 ] destroying SipTransportBroker@0x5646cc22b800terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("dring-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――30/38 scheduler OK 4.08s31/38 sip_basic_calls FAIL 0.19s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=187 /build/jami-daemon/src/build/test/ut_sip_basic_calls――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043690.628| 6924|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043690.629| 6924|manager.cpp :713 ] Not initialized[1645043690.629| 6924|manager.cpp :713 ] Not initialized[1645043690.629| 6924|manager.cpp :713 ] Not initialized[1645043690.640| 6924|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043690.640| 6924|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043690.640| 6924|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043690.641| 6924|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043690.641| 6924|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043690.641| 6924|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043690.641| 6924|sipvoiplink.cpp :742 ] SIPVoIPLink@0x55735ab16190[1645043690.641| 6924|manager.cpp :805 ] Configuration file path: dring-sample.yml[1645043690.642| 6924|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043690.649| 6924|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043690.649| 6924|manager.cpp :830 ] Restoring last working configuration[1645043690.649| 6924|manager.cpp :2798 ] invalid node; first invalid key: "preferences": Preferences node unserialize error: [1645043690.650| 6924|manager.cpp :481 ] Errors while parsing dring-sample.yml[1645043690.650| 6924|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043690.653| 6924|pulselayer.cpp :141 ] Waiting....[1645043690.653| 6924|pulselayer.cpp :164 ] Connection refused[1645043690.653| 6924|ringbuffer.cpp :60 ] Destroy RingBuffer urgentRingBuffer_id[1645043690.653| 6924|preferences.cpp :344 ] Could not create pulseaudio layer, falling back to ALSAALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043690.654| 6924|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043690.654| 6924|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043690.654| 6924|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043690.654| 6924|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043690.674| 6924|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043690.674| 6924|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043690.674| 6924|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043690.674| 6924|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043690.674| 6924|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043690.674| 6924|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043690.674| 6924|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043690.674| 6924|siptransport.cpp :193 ] destroying SipTransportBroker@0x55735aa583d0terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("dring-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――32/38 sip_srtp OK 7.58s33/38 smart_tools OK 0.06s34/38 string_utils OK 0.07s35/38 sync_history FAIL 0.20s killed by signal 6 SIGABRT>>> MALLOC_PERTURB_=68 /build/jami-daemon/src/build/test/ut_sync_history――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――stderr:[1645043698.526| 6968|ringbuffer.cpp :55 ] Create new RingBuffer audiolayer_id[1645043698.526| 6968|manager.cpp :713 ] Not initialized[1645043698.526| 6968|manager.cpp :713 ] Not initialized[1645043698.527| 6968|manager.cpp :713 ] Not initialized[1645043698.538| 6968|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043698.538| 6968|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043698.539| 6968|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043698.539| 6968|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043698.539| 6968|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043698.539| 6968|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043698.539| 6968|sipvoiplink.cpp :742 ] SIPVoIPLink@0x563fff458470[1645043698.539| 6968|manager.cpp :805 ] Configuration file path: jami-sample.ymlALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043698.549| 6968|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043698.549| 6968|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0[1645043698.549| 6968|preferences.cpp :302 ] Card with index 0 doesn't exist or is unusable.[1645043698.549| 6968|ringbuffer.cpp :55 ] Create new RingBuffer urgentRingBuffer_id[1645043698.568| 6968|manager.cpp :752 ] Unable to initialize git transport (unknown)[1645043698.568| 6968|manager.cpp :783 ] Using PJSIP version 2.11 for x86_64-pc-linux-gnu[1645043698.568| 6968|manager.cpp :784 ] Using GnuTLS version 3.7.3[1645043698.568| 6968|manager.cpp :785 ] Using OpenDHT version 2.3.2[1645043698.568| 6968|manager.cpp :786 ] Using FFmpeg version n4.4.1[1645043698.568| 6968|manager.cpp :789 ] Using Libgit2 version 1.3.0[1645043698.569| 6968|sipvoiplink.cpp :648 ] Using SIP nameserver: 127.0.0.53[1645043698.569| 6968|siptransport.cpp :193 ] destroying SipTransportBroker@0x563fff39aa40terminate called after throwing an instance of 'CppUnit::Exception' what(): assertion failed- Expression: DRing::start("jami-sample.yml")――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――36/38 utf8_utils OK 0.07s37/38 video_input OK 1.57s38/38 video_scaler OK 0.57sSummary of Failures: 1/38 account_archive FAIL 0.20s killed by signal 6 SIGABRT 2/38 migration FAIL 0.20s killed by signal 6 SIGABRT 5/38 auto_answer FAIL 0.18s killed by signal 6 SIGABRT 7/38 call FAIL 0.18s killed by signal 6 SIGABRT 9/38 compatibility FAIL 38.13s exit status 110/38 conference FAIL 0.21s killed by signal 6 SIGABRT11/38 connection_manager FAIL 0.19s killed by signal 6 SIGABRT12/38 conversation FAIL 19.60s exit status 113/38 conversation_members_event FAIL 19.62s exit status 114/38 conversation_repository FAIL 0.20s killed by signal 6 SIGABRT15/38 conversation_request FAIL 34.13s exit status 116/38 file_transfer FAIL 0.18s killed by signal 6 SIGABRT18/38 hold_resume FAIL 0.20s killed by signal 6 SIGABRT19/38 ice FAIL 0.19s killed by signal 6 SIGABRT20/38 ice_media_candidates_exchange FAIL 0.20s killed by signal 6 SIGABRT21/38 ice_sdp_parser FAIL 0.21s killed by signal 6 SIGABRT27/38 media_negotiation FAIL 0.20s killed by signal 6 SIGABRT29/38 revoke FAIL 0.20s killed by signal 6 SIGABRT31/38 sip_basic_calls FAIL 0.19s killed by signal 6 SIGABRT35/38 sync_history FAIL 0.20s killed by signal 6 SIGABRTOk: 18 Expected Fail: 0 Fail: 20 Unexpected Pass: 0 Skipped: 0 Timeout: 0
1/38 account_archive FAIL 270.05s exit status 1>>> MALLOC_PERTURB_=88 /home/user/ring-daemon/build/test/ut_account_archive 2/38 migration OK 195.97s 3/38 account_factory OK 1.73s 4/38 audio_frame_resizer OK 0.11s 5/38 auto_answer OK 158.83s 6/38 base64 OK 0.13s 7/38 call OK 156.95s 8/38 certificate_store OK 9.19s 9/38 compatibility OK 178.44s10/38 conference FAIL 139.65s killed by signal 11 SIGSEGV>>> MALLOC_PERTURB_=237 /home/user/ring-daemon/build/test/ut_conference11/38 connection_manager FAIL 172.15s killed by signal 11 SIGSEGV>>> MALLOC_PERTURB_=122 /home/user/ring-daemon/build/test/ut_connection_manager12/38 conversation OK 1184.00s13/38 conversation_members_event FAIL 969.78s exit status 1>>> MALLOC_PERTURB_=3 /home/user/ring-daemon/build/test/ut_conversation_members_event14/38 conversation_repository OK 234.10s15/38 conversation_request FAIL 782.61s exit status 1>>> MALLOC_PERTURB_=130 /home/user/ring-daemon/build/test/ut_conversation_request16/38 file_transfer FAIL 630.36s exit status 1>>> MALLOC_PERTURB_=100 /home/user/ring-daemon/build/test/ut_file_transfer17/38 file_utils OK 1.24s18/38 hold_resume FAIL 71.36s exit status 1>>> MALLOC_PERTURB_=87 /home/user/ring-daemon/build/test/ut_hold_resume19/38 ice FAIL 27.77s exit status 1>>> MALLOC_PERTURB_=186 /home/user/ring-daemon/build/test/ut_ice20/38 ice_media_candidates_exchange FAIL 148.17s exit status 1>>> MALLOC_PERTURB_=63 /home/user/ring-daemon/build/test/ut_ice_media_candidates_exchange21/38 ice_sdp_parser OK 17.33s22/38 map_utils OK 0.07s23/38 media_decoder OK 3.75s24/38 media_encoder OK 6.76s25/38 media_filter OK 6.80s26/38 media_frame OK 6.76s27/38 media_negotiation OK 219.05s28/38 resampler OK 7.67s29/38 revoke FAIL 136.63s killed by signal 11 SIGSEGV>>> MALLOC_PERTURB_=74 /home/user/ring-daemon/build/test/ut_revoke30/38 scheduler OK 5.90s31/38 sip_basic_calls FAIL 49.36s exit status 1>>> MALLOC_PERTURB_=177 /home/user/ring-daemon/build/test/ut_sip_basic_calls32/38 sip_srtp OK 8.26s33/38 smart_tools OK 0.12s34/38 string_utils OK 0.11s35/38 sync_history FAIL 720.04s exit status 1>>> MALLOC_PERTURB_=107 /home/user/ring-daemon/build/test/ut_sync_history36/38 utf8_utils OK 0.16s37/38 video_input OK 7.75s38/38 video_scaler OK 7.74sOk: 26 Expected Fail: 0 Fail: 12 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log written to /home/user/ring-daemon/build/meson-logs/testlog.txt
@sblin Do you link the tests with a static version of libjami? It can explain why you do not suffer from double initialization.
Yes, we usually run the tests with the static version because it makes it simpler to use internal symbols that we don't want to export in the shared library.
$ ninja -j 2<...>jami-daemon 13.0.0 User defined options backend : ninja default_library: static pkg_config_path: /home/user/ring-daemon/contrib/x86_64-pc-linux-gnu/lib/pkgconfig/ interfaces : library portaudio : disabled tests : true<...>$ cat /tmp/cleaner.sh #!/usr/bin/bashrm -rf ~/.local/share/jami ~/.config/jami ~/.cache/jami"$@"$ meson test --wrapper /tmp/cleaner.shninja: Entering directory `/home/user/ring-daemon/build'ninja: no work to do. 1/38 account_archive OK 213.13s 2/38 migration OK 192.85s 3/38 account_factory OK 3.65s 4/38 audio_frame_resizer OK 0.15s 5/38 auto_answer OK 145.79s 6/38 base64 OK 0.01s 7/38 call OK 141.86s 8/38 certificate_store OK 5.32s 9/38 compatibility OK 195.89s10/38 conference OK 408.60s11/38 connection_manager OK 628.69s12/38 conversation OK 1034.96s13/38 conversation_members_event OK 986.30s14/38 conversation_repository OK 179.83s15/38 conversation_request FAIL 732.96s exit status 1>>> MALLOC_PERTURB_=105 /tmp/cleaner.sh /home/user/ring-daemon/build/test/ut_conversation_request16/38 file_transfer OK 534.77s17/38 file_utils OK 0.14s18/38 hold_resume OK 71.70s19/38 ice OK 65.66s20/38 ice_media_candidates_exchange OK 136.11s21/38 ice_sdp_parser OK 12.14s22/38 map_utils OK 0.01s23/38 media_decoder OK 0.57s24/38 media_encoder OK 0.55s25/38 media_filter OK 0.54s26/38 media_frame OK 0.59s27/38 media_negotiation OK 192.82s28/38 resampler OK 0.59s29/38 revoke OK 43.07s30/38 scheduler OK 4.23s31/38 sip_basic_calls OK 35.57s32/38 sip_srtp OK 7.54s33/38 smart_tools OK 0.09s34/38 string_utils OK 0.07s35/38 sync_history FAIL 695.80s exit status 1>>> MALLOC_PERTURB_=251 /tmp/cleaner.sh /home/user/ring-daemon/build/test/ut_sync_history36/38 utf8_utils OK 0.01s37/38 video_input OK 1.53s38/38 video_scaler OK 0.52sOk: 36 Expected Fail: 0 Fail: 2 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log written to /home/user/ring-daemon/build/meson-logs/testlog-cleaner.sh.txt
I think it should be mentioned in README that tests work with a static library only. In any case, my patch above still makes sense.