Your message dated Sun, 16 Mar 2025 13:07:02 +0000 with message-id <E1ttnhm-00B29e-My@fasolo.debian.org> and subject line Bug#1100244: fixed in neochat 24.08.3-1 has caused the Debian Bug report #1100244, regarding neochat: FTBFS: The following tests FAILED: 2 - texthandlertest (SEGFAULT) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1100244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100244 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian BTS <submit@bugs.debian.org>
- Subject: neochat: FTBFS: The following tests FAILED: 2 - texthandlertest (SEGFAULT)
- From: Santiago Vila <sanvila@debian.org>
- Date: Wed, 12 Mar 2025 16:31:54 +0000
- Message-id: <[🔎] E1tsOzq-00D0hc-4h@paradis.debian.org>
Package: src:neochat Version: 24.08.1-4 Severity: serious Tags: ftbfs trixie sid Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules clean dh clean dh_auto_clean --buildsystem=kf6 dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure --buildsystem=kf6 cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Debian -DKDE_INSTALL_USE_QT_SYS_PATHS=ON .. -- The C compiler identification is GNU 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done [... snipped ...] make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' xvfb-run -a dh_auto_test cd obj-x86_64-linux-gnu && make -j1 test ARGS\+=--verbose ARGS\+=-j1 make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' Running tests... /usr/bin/ctest --force-new-ctest-process --verbose -j1 UpdateCTestConfiguration from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl UpdateCTestConfiguration from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: neochatroomtest 1: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/neochatroomtest 1: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 1: Environment variables: 1: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 1: Test timeout computed to be: 10000000 1: ********* Start testing of NeoChatRoomTest ********* 1: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 1: QINFO : NeoChatRoomTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 1: QINFO : NeoChatRoomTest::initTestCase() quotient.e2ee: Using a mock pickling key 1: PASS : NeoChatRoomTest::initTestCase() 1: PASS : NeoChatRoomTest::eventTest() 1: PASS : NeoChatRoomTest::cleanupTestCase() 1: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 374ms 1: ********* Finished testing of NeoChatRoomTest ********* 1/13 Test #1: neochatroomtest .................. Passed 2.78 sec test 2 Start 2: texthandlertest 2: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/texthandlertest 2: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 2: Environment variables: 2: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 2: Test timeout computed to be: 10000000 2: ********* Start testing of TextHandlerTest ********* 2: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 2: QINFO : TextHandlerTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 2: QINFO : TextHandlerTest::initTestCase() quotient.e2ee: Using a mock pickling key 2: QCRITICAL: TextHandlerTest::initTestCase() quotient.jobs: Developers, ensure the Connection is valid before using it 2: QWARN : TextHandlerTest::initTestCase() quotient.jobs: "SetAccountDataJob" status IncorrectRequest: Invalid server connection 2: PASS : TextHandlerTest::initTestCase() 2: PASS : TextHandlerTest::allowedAttributes() 2: PASS : TextHandlerTest::stripDisallowedTags() 2: PASS : TextHandlerTest::stripDisallowedAttributes() 2: PASS : TextHandlerTest::emptyCodeTags() 2: PASS : TextHandlerTest::sendSimpleStringCase() 2: PASS : TextHandlerTest::sendSingleParaMarkup() 2: PASS : TextHandlerTest::sendMultipleSectionMarkup() 2: PASS : TextHandlerTest::sendBadLinks() 2: PASS : TextHandlerTest::sendEscapeCode() 2: PASS : TextHandlerTest::sendCodeClass() 2: PASS : TextHandlerTest::sendCustomEmoji() 2: PASS : TextHandlerTest::sendCustomEmojiCode(inline) 2: PASS : TextHandlerTest::sendCustomEmojiCode(block) 2: PASS : TextHandlerTest::receiveStripReply() 2: PASS : TextHandlerTest::receivePlainTextIn() 2: PASS : TextHandlerTest::receiveRichInPlainOut(ampersand) 2: PASS : TextHandlerTest::receiveRichInPlainOut(quote) 2: PASS : TextHandlerTest::receiveRichInPlainOut(new line) 2: PASS : TextHandlerTest::receivePlainStripHtml() 2: PASS : TextHandlerTest::receivePlainStripMarkup() 2: PASS : TextHandlerTest::receiveStripNewlines() 2: PASS : TextHandlerTest::receiveRichUserPill() 2: PASS : TextHandlerTest::receiveRichStrikethrough() 2: PASS : TextHandlerTest::receiveRichtextIn() 2: PASS : TextHandlerTest::receiveRichMxcUrl() 2: PASS : TextHandlerTest::receiveRichPlainUrl() 2: QWARN : TextHandlerTest::receiveRichEdited(basic) kf.kirigami.platform: Failed to find a Kirigami platform plugin for style "Fusion" 2: QWARN : TextHandlerTest::receiveRichEdited(basic) kf.kirigami.platform: Requested an unexisting component "Theme.qml" 2: QWARN : TextHandlerTest::receiveRichEdited(basic) qt.core.qobject.connect: QObject::connect(QObject, QQmlComponent): invalid nullptr parameter 2: Received signal 11 (SIGSEGV), code 1, for address 0x0000000000000008 2: receiveRichEdited function time: 48ms, total time: 79ms 2/13 Test #2: texthandlertest ..................***Exception: SegFault 0.98 sec ********* Start testing of TextHandlerTest ********* Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown QINFO : TextHandlerTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) QINFO : TextHandlerTest::initTestCase() quotient.e2ee: Using a mock pickling key QCRITICAL: TextHandlerTest::initTestCase() quotient.jobs: Developers, ensure the Connection is valid before using it QWARN : TextHandlerTest::initTestCase() quotient.jobs: "SetAccountDataJob" status IncorrectRequest: Invalid server connection PASS : TextHandlerTest::initTestCase() PASS : TextHandlerTest::allowedAttributes() PASS : TextHandlerTest::stripDisallowedTags() PASS : TextHandlerTest::stripDisallowedAttributes() PASS : TextHandlerTest::emptyCodeTags() PASS : TextHandlerTest::sendSimpleStringCase() PASS : TextHandlerTest::sendSingleParaMarkup() PASS : TextHandlerTest::sendMultipleSectionMarkup() PASS : TextHandlerTest::sendBadLinks() PASS : TextHandlerTest::sendEscapeCode() PASS : TextHandlerTest::sendCodeClass() PASS : TextHandlerTest::sendCustomEmoji() PASS : TextHandlerTest::sendCustomEmojiCode(inline) PASS : TextHandlerTest::sendCustomEmojiCode(block) PASS : TextHandlerTest::receiveStripReply() PASS : TextHandlerTest::receivePlainTextIn() PASS : TextHandlerTest::receiveRichInPlainOut(ampersand) PASS : TextHandlerTest::receiveRichInPlainOut(quote) PASS : TextHandlerTest::receiveRichInPlainOut(new line) PASS : TextHandlerTest::receivePlainStripHtml() PASS : TextHandlerTest::receivePlainStripMarkup() PASS : TextHandlerTest::receiveStripNewlines() PASS : TextHandlerTest::receiveRichUserPill() PASS : TextHandlerTest::receiveRichStrikethrough() PASS : TextHandlerTest::receiveRichtextIn() PASS : TextHandlerTest::receiveRichMxcUrl() PASS : TextHandlerTest::receiveRichPlainUrl() QWARN : TextHandlerTest::receiveRichEdited(basic) kf.kirigami.platform: Failed to find a Kirigami platform plugin for style "Fusion" QWARN : TextHandlerTest::receiveRichEdited(basic) kf.kirigami.platform: Requested an unexisting component "Theme.qml" QWARN : TextHandlerTest::receiveRichEdited(basic) qt.core.qobject.connect: QObject::connect(QObject, QQmlComponent): invalid nullptr parameter Received signal 11 (SIGSEGV), code 1, for address 0x0000000000000008 receiveRichEdited function time: 48ms, total time: 79ms test 3 Start 3: delegatesizehelpertest 3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/delegatesizehelpertest 3: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 3: Environment variables: 3: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 3: Test timeout computed to be: 10000000 3: ********* Start testing of DelegateSizeHelperTest ********* 3: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 3: PASS : DelegateSizeHelperTest::initTestCase() 3: PASS : DelegateSizeHelperTest::risingPercentage(zero) 3: PASS : DelegateSizeHelperTest::risingPercentage(one hundred) 3: PASS : DelegateSizeHelperTest::risingPercentage(one fifty) 3: PASS : DelegateSizeHelperTest::risingPercentage(two hundred) 3: PASS : DelegateSizeHelperTest::risingPercentage(three hundred) 3: PASS : DelegateSizeHelperTest::fallingPercentage(zero) 3: PASS : DelegateSizeHelperTest::fallingPercentage(one hundred) 3: PASS : DelegateSizeHelperTest::fallingPercentage(one fifty) 3: PASS : DelegateSizeHelperTest::fallingPercentage(two hundred) 3: PASS : DelegateSizeHelperTest::fallingPercentage(three hundred) 3: PASS : DelegateSizeHelperTest::equalPercentage(zero) 3: PASS : DelegateSizeHelperTest::equalPercentage(one hundred) 3: PASS : DelegateSizeHelperTest::equalPercentage(one fifty) 3: PASS : DelegateSizeHelperTest::equalPercentage(two hundred) 3: PASS : DelegateSizeHelperTest::equalPercentage(three hundred) 3: QWARN : DelegateSizeHelperTest::equalBreakpoint(start higher) DelegateSizeHelper::calculateCurrentPercentageWidth() - m_startBreakpoint is equal to m_endBreakpoint this would lead to divide by zero, aborting 3: QWARN : DelegateSizeHelperTest::equalBreakpoint(start higher) DelegateSizeHelper::calculateCurrentPercentageWidth() - m_startBreakpoint is equal to m_endBreakpoint this would lead to divide by zero, aborting 3: PASS : DelegateSizeHelperTest::equalBreakpoint(start higher) 3: PASS : DelegateSizeHelperTest::equalBreakpoint(equal) 3: QWARN : DelegateSizeHelperTest::equalBreakpoint(end higher) DelegateSizeHelper::calculateCurrentPercentageWidth() - m_startBreakpoint is equal to m_endBreakpoint this would lead to divide by zero, aborting 3: QWARN : DelegateSizeHelperTest::equalBreakpoint(end higher) DelegateSizeHelper::calculateCurrentPercentageWidth() - m_startBreakpoint is equal to m_endBreakpoint this would lead to divide by zero, aborting 3: PASS : DelegateSizeHelperTest::equalBreakpoint(end higher) 3: PASS : DelegateSizeHelperTest::cleanupTestCase() 3: Totals: 20 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms 3: ********* Finished testing of DelegateSizeHelperTest ********* 3/13 Test #3: delegatesizehelpertest ........... Passed 0.05 sec test 4 Start 4: mediasizehelpertest 4: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/mediasizehelpertest 4: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 4: Environment variables: 4: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 4: Test timeout computed to be: 10000000 4: ********* Start testing of MediaSizeHelperTest ********* 4: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 4: PASS : MediaSizeHelperTest::initTestCase() 4: PASS : MediaSizeHelperTest::uninitialized() 4: PASS : MediaSizeHelperTest::limits(media smaller than content limits) 4: PASS : MediaSizeHelperTest::limits(media smaller than max limits) 4: PASS : MediaSizeHelperTest::limits(limit by max width) 4: PASS : MediaSizeHelperTest::limits(limit by max height) 4: PASS : MediaSizeHelperTest::limits(limit by content width) 4: PASS : MediaSizeHelperTest::limits(limit by content height) 4: PASS : MediaSizeHelperTest::limits(limit by content width tall media) 4: PASS : MediaSizeHelperTest::limits(limit by content height wide media) 4: PASS : MediaSizeHelperTest::cleanupTestCase() 4: Totals: 11 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms 4: ********* Finished testing of MediaSizeHelperTest ********* 4/13 Test #4: mediasizehelpertest .............. Passed 0.03 sec test 5 Start 5: eventhandlertest 5: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/eventhandlertest 5: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 5: Environment variables: 5: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 5: Test timeout computed to be: 10000000 5: ********* Start testing of EventHandlerTest ********* 5: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 5: QINFO : EventHandlerTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 5: QINFO : EventHandlerTest::initTestCase() quotient.e2ee: Using a mock pickling key 5: PASS : EventHandlerTest::initTestCase() 5: PASS : EventHandlerTest::eventId() 5: PASS : EventHandlerTest::nullEventId() 5: PASS : EventHandlerTest::authorDisplayName() 5: PASS : EventHandlerTest::nullAuthorDisplayName() 5: PASS : EventHandlerTest::singleLineSidplayName() 5: PASS : EventHandlerTest::nullSingleLineDisplayName() 5: PASS : EventHandlerTest::time() 5: PASS : EventHandlerTest::nullTime() 5: PASS : EventHandlerTest::timeString() 5: PASS : EventHandlerTest::nullTimeString() 5: PASS : EventHandlerTest::highlighted() 5: PASS : EventHandlerTest::nullHighlighted() 5: PASS : EventHandlerTest::hidden() 5: PASS : EventHandlerTest::nullHidden() 5: QWARN : EventHandlerTest::body() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::body() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::body() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::body() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: PASS : EventHandlerTest::body() 5: PASS : EventHandlerTest::nullBody() 5: QWARN : EventHandlerTest::genericBody(message) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::genericBody(message) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "sent a message" msgid_plural: "" msgctxt: "" 5: PASS : EventHandlerTest::genericBody(message) 5: QWARN : EventHandlerTest::genericBody(member) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::genericBody(member) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "changed their display name" msgid_plural: "" msgctxt: "their refers to a singular user" 5: QWARN : EventHandlerTest::genericBody(member) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: " and " msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::genericBody(member) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "updated their avatar" msgid_plural: "" msgctxt: "their refers to a singular user" 5: PASS : EventHandlerTest::genericBody(member) 5: QWARN : EventHandlerTest::genericBody(message 2) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::genericBody(message 2) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "sent a message" msgid_plural: "" msgctxt: "" 5: PASS : EventHandlerTest::genericBody(message 2) 5: QWARN : EventHandlerTest::genericBody(reaction) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: PASS : EventHandlerTest::genericBody(reaction) 5: QWARN : EventHandlerTest::genericBody(video) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::genericBody(video) kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "sent a message" msgid_plural: "" msgctxt: "" 5: PASS : EventHandlerTest::genericBody(video) 5: PASS : EventHandlerTest::nullGenericBody() 5: PASS : EventHandlerTest::markdownBody() 5: PASS : EventHandlerTest::markdownBodyReply() 5: QWARN : EventHandlerTest::subtitle() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::subtitle() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: PASS : EventHandlerTest::subtitle() 5: PASS : EventHandlerTest::nullSubtitle() 5: PASS : EventHandlerTest::mediaInfo() 5: PASS : EventHandlerTest::nullMediaInfo() 5: PASS : EventHandlerTest::hasReply() 5: PASS : EventHandlerTest::nullHasReply() 5: PASS : EventHandlerTest::replyId() 5: PASS : EventHandlerTest::nullReplyId() 5: PASS : EventHandlerTest::replyAuthor() 5: PASS : EventHandlerTest::nullReplyAuthor() 5: QWARN : EventHandlerTest::replyBody() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::replyBody() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::replyBody() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: QWARN : EventHandlerTest::replyBody() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 5: PASS : EventHandlerTest::replyBody() 5: PASS : EventHandlerTest::nullReplyBody() 5: PASS : EventHandlerTest::replyMediaInfo() 5: PASS : EventHandlerTest::nullReplyMediaInfo() 5: PASS : EventHandlerTest::thread() 5: PASS : EventHandlerTest::nullThread() 5: PASS : EventHandlerTest::location() 5: PASS : EventHandlerTest::nullLocation() 5: PASS : EventHandlerTest::cleanupTestCase() 5: Totals: 44 passed, 0 failed, 0 skipped, 0 blacklisted, 320ms 5: ********* Finished testing of EventHandlerTest ********* 5/13 Test #5: eventhandlertest ................. Passed 0.47 sec test 6 Start 6: chatbarcachetest 6: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/chatbarcachetest 6: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 6: Environment variables: 6: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 6: Test timeout computed to be: 10000000 6: ********* Start testing of ChatBarCacheTest ********* 6: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 6: QINFO : ChatBarCacheTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 6: QINFO : ChatBarCacheTest::initTestCase() quotient.e2ee: Using a mock pickling key 6: PASS : ChatBarCacheTest::initTestCase() 6: PASS : ChatBarCacheTest::empty() 6: PASS : ChatBarCacheTest::noRoom() 6: PASS : ChatBarCacheTest::badParent() 6: PASS : ChatBarCacheTest::reply() 6: PASS : ChatBarCacheTest::edit() 6: PASS : ChatBarCacheTest::attachment() 6: PASS : ChatBarCacheTest::cleanupTestCase() 6: Totals: 8 passed, 0 failed, 0 skipped, 0 blacklisted, 54ms 6: ********* Finished testing of ChatBarCacheTest ********* 6/13 Test #6: chatbarcachetest ................. Passed 0.14 sec test 7 Start 7: chatdocumenthandlertest 7: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/chatdocumenthandlertest 7: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 7: Environment variables: 7: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 7: Test timeout computed to be: 10000000 7: kf.sonnet.core: Sonnet: No speller backends available! 7: ********* Start testing of ChatDocumentHandlerTest ********* 7: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 7: PASS : ChatDocumentHandlerTest::initTestCase() 7: PASS : ChatDocumentHandlerTest::nullComplete() 7: PASS : ChatDocumentHandlerTest::cleanupTestCase() 7: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 0ms 7: ********* Finished testing of ChatDocumentHandlerTest ********* 7/13 Test #7: chatdocumenthandlertest .......... Passed 0.09 sec test 8 Start 8: messageeventmodeltest 8: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/messageeventmodeltest 8: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 8: Environment variables: 8: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 8: Test timeout computed to be: 10000000 8: ********* Start testing of MessageEventModelTest ********* 8: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 8: QINFO : MessageEventModelTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 8: QINFO : MessageEventModelTest::initTestCase() quotient.e2ee: Using a mock pickling key 8: PASS : MessageEventModelTest::initTestCase() 8: QCRITICAL: MessageEventModelTest::switchEmptyRoom() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::switchEmptyRoom() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::switchEmptyRoom() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::switchEmptyRoom() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: PASS : MessageEventModelTest::switchEmptyRoom() 8: QCRITICAL: MessageEventModelTest::switchSyncedRoom() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::switchSyncedRoom() quotient.jobs: "GetMembersByRoomJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::switchSyncedRoom() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::switchSyncedRoom() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::switchSyncedRoom() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::switchSyncedRoom() quotient.jobs: "GetMembersByRoomJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::switchSyncedRoom() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::switchSyncedRoom() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: PASS : MessageEventModelTest::switchSyncedRoom() 8: QCRITICAL: MessageEventModelTest::simpleTimeline() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::simpleTimeline() quotient.jobs: "GetMembersByRoomJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::simpleTimeline() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::simpleTimeline() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: QWARN : MessageEventModelTest::simpleTimeline() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 8: QWARN : MessageEventModelTest::simpleTimeline() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "changed their display name to %1" msgid_plural: "" msgctxt: "their refers to a singular user" 8: QWARN : MessageEventModelTest::simpleTimeline() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Unknown event" msgid_plural: "" msgctxt: "" 8: PASS : MessageEventModelTest::simpleTimeline() 8: QCRITICAL: MessageEventModelTest::syncNewEvents() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::syncNewEvents() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: PASS : MessageEventModelTest::syncNewEvents() 8: QCRITICAL: MessageEventModelTest::pendingEvent() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::pendingEvent() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::pendingEvent() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::pendingEvent() quotient.jobs: "SendMessageJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::pendingEvent() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::pendingEvent() quotient.jobs: "SendMessageJob" status IncorrectRequest: Invalid server connection 8: PASS : MessageEventModelTest::pendingEvent() 8: QCRITICAL: MessageEventModelTest::disconnect() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::disconnect() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: PASS : MessageEventModelTest::disconnect() 8: QCRITICAL: MessageEventModelTest::idToRow() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::idToRow() quotient.jobs: "GetMembersByRoomJob" status IncorrectRequest: Invalid server connection 8: QCRITICAL: MessageEventModelTest::idToRow() quotient.jobs: Developers, ensure the Connection is valid before using it 8: QWARN : MessageEventModelTest::idToRow() quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: Invalid server connection 8: PASS : MessageEventModelTest::idToRow() 8: PASS : MessageEventModelTest::cleanupTestCase() 8: Totals: 9 passed, 0 failed, 0 skipped, 0 blacklisted, 61ms 8: ********* Finished testing of MessageEventModelTest ********* 8/13 Test #8: messageeventmodeltest ............ Passed 0.16 sec test 9 Start 9: actionshandlertest 9: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/actionshandlertest 9: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 9: Environment variables: 9: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 9: Test timeout computed to be: 10000000 9: quotient.main: The library is built with end-to-end encryption (E2EE) 9: quotient.e2ee: Using a mock pickling key 9: ********* Start testing of ActionsHandlerTest ********* 9: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 9: PASS : ActionsHandlerTest::initTestCase() 9: PASS : ActionsHandlerTest::nullObject() 9: PASS : ActionsHandlerTest::cleanupTestCase() 9: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms 9: ********* Finished testing of ActionsHandlerTest ********* 9/13 Test #9: actionshandlertest ............... Passed 0.11 sec test 10 Start 10: windowcontrollertest 10: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/windowcontrollertest 10: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 10: Environment variables: 10: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 10: Test timeout computed to be: 10000000 10: ********* Start testing of WindowControllerTest ********* 10: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 10: PASS : WindowControllerTest::initTestCase() 10: PASS : WindowControllerTest::nullWindow() 10: PASS : WindowControllerTest::geometry() 10: PASS : WindowControllerTest::showAndRaise() 10: PASS : WindowControllerTest::toggle() 10: PASS : WindowControllerTest::cleanupTestCase() 10: Totals: 6 passed, 0 failed, 0 skipped, 0 blacklisted, 44ms 10: ********* Finished testing of WindowControllerTest ********* 10/13 Test #10: windowcontrollertest ............. Passed 0.10 sec test 11 Start 11: pollhandlertest 11: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/pollhandlertest 11: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 11: Environment variables: 11: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 11: Test timeout computed to be: 10000000 11: ********* Start testing of PollHandlerTest ********* 11: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 11: QINFO : PollHandlerTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 11: QINFO : PollHandlerTest::initTestCase() quotient.e2ee: Using a mock pickling key 11: PASS : PollHandlerTest::initTestCase() 11: PASS : PollHandlerTest::nullObject() 11: QCRITICAL: PollHandlerTest::poll() quotient.jobs: Developers, ensure the Connection is valid before using it 11: QWARN : PollHandlerTest::poll() quotient.jobs: "GetRelatingEventsJob" status IncorrectRequest: Invalid server connection 11: PASS : PollHandlerTest::poll() 11: PASS : PollHandlerTest::cleanupTestCase() 11: Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 53ms 11: ********* Finished testing of PollHandlerTest ********* 11/13 Test #11: pollhandlertest .................. Passed 0.13 sec test 12 Start 12: reactionmodeltest 12: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/reactionmodeltest 12: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 12: Environment variables: 12: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 12: Test timeout computed to be: 10000000 12: ********* Start testing of ReactionModelTest ********* 12: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 12: QINFO : ReactionModelTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 12: QINFO : ReactionModelTest::initTestCase() quotient.e2ee: Using a mock pickling key 12: PASS : ReactionModelTest::initTestCase() 12: PASS : ReactionModelTest::nullModel() 12: QWARN : ReactionModelTest::basicReaction() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "%2 reacted with %3" msgid_plural: "%2 reacted with %3" msgctxt: "%2 is the users who reacted and %3 the emoji that was given" 12: PASS : ReactionModelTest::basicReaction() 12: QWARN : ReactionModelTest::newReaction() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "%2 reacted with %3" msgid_plural: "%2 reacted with %3" msgctxt: "%2 is the users who reacted and %3 the emoji that was given" 12: QWARN : ReactionModelTest::newReaction() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: " and " msgid_plural: "" msgctxt: "Separate the usernames of users" 12: QWARN : ReactionModelTest::newReaction() kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "%2 reacted with %3" msgid_plural: "%2 reacted with %3" msgctxt: "%2 is the users who reacted and %3 the emoji that was given" 12: PASS : ReactionModelTest::newReaction() 12: PASS : ReactionModelTest::cleanupTestCase() 12: Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 216ms 12: ********* Finished testing of ReactionModelTest ********* 12/13 Test #12: reactionmodeltest ................ Passed 0.30 sec test 13 Start 13: linkpreviewertest 13: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/linkpreviewertest 13: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests 13: Environment variables: 13: QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin 13: Test timeout computed to be: 10000000 13: ********* Start testing of LinkPreviewerTest ********* 13: Config: Using QtTest library 6.8.2, Qt 6.8.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown 13: QINFO : LinkPreviewerTest::initTestCase() quotient.main: The library is built with end-to-end encryption (E2EE) 13: QINFO : LinkPreviewerTest::initTestCase() quotient.e2ee: Using a mock pickling key 13: PASS : LinkPreviewerTest::initTestCase() 13: PASS : LinkPreviewerTest::linkPreviewsMatch(plainHttps) 13: PASS : LinkPreviewerTest::linkPreviewsMatch(richHttps) 13: PASS : LinkPreviewerTest::linkPreviewsMatch(richHttpsLinkDescription) 13: PASS : LinkPreviewerTest::multipleLinkPreviewsMatch(multipleHttps) 13: PASS : LinkPreviewerTest::multipleLinkPreviewsMatch(multipleHttps1Invalid) 13: PASS : LinkPreviewerTest::linkPreviewsReject(mxc) 13: PASS : LinkPreviewerTest::linkPreviewsReject(matrixTo) 13: PASS : LinkPreviewerTest::linkPreviewsReject(noSpace) 13: PASS : LinkPreviewerTest::cleanupTestCase() 13: Totals: 10 passed, 0 failed, 0 skipped, 0 blacklisted, 54ms 13: ********* Finished testing of LinkPreviewerTest ********* 13/13 Test #13: linkpreviewertest ................ Passed 0.13 sec 92% tests passed, 1 tests failed out of 13 Total Test time (real) = 5.75 sec The following tests FAILED: 2 - texthandlertest (SEGFAULT) Errors while running CTest make[2]: *** [Makefile:74: test] Error 8 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j1 test ARGS\+=--verbose ARGS\+=-j1 returned exit code 2 make[1]: *** [debian/rules:16: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:13: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202503/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:neochat, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---
- To: 1100244-close@bugs.debian.org
- Subject: Bug#1100244: fixed in neochat 24.08.3-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 16 Mar 2025 13:07:02 +0000
- Message-id: <E1ttnhm-00B29e-My@fasolo.debian.org>
- Reply-to: Pino Toscano <pino@debian.org>
Source: neochat Source-Version: 24.08.3-1 Done: Pino Toscano <pino@debian.org> We believe that the bug you reported is fixed in the latest version of neochat, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1100244@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Pino Toscano <pino@debian.org> (supplier of updated neochat package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 16 Mar 2025 13:36:48 +0100 Source: neochat Architecture: source Version: 24.08.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Changed-By: Pino Toscano <pino@debian.org> Closes: 1100244 Changes: neochat (24.08.3-1) unstable; urgency=medium . * Team upload. * New upstream release. * Bump Standards-Version to 4.7.2, no changes required. * Backport upstream commit d2e5c1d33b587d0931abbb57081d318864ea8ebe to disable TextHandlerTest; patch upstream_Disable-TextHandlerTest-on-CI.patch. (Closes: #1100244) Checksums-Sha1: 59556a6af56bbcdf6dce950f05b1f9a0d6d553e2 3539 neochat_24.08.3-1.dsc 79dcc62b1a90d42c9aabdf793e9397a892e58a05 1031148 neochat_24.08.3.orig.tar.xz c19f29f748874915c408ec19b1e2c2477bf82cb7 833 neochat_24.08.3.orig.tar.xz.asc 1324f619eaa53cab860a612de11ad8d3ef99d24b 20588 neochat_24.08.3-1.debian.tar.xz fce223816337f258b5ffb27c421bcf373e058741 21531 neochat_24.08.3-1_source.buildinfo Checksums-Sha256: c996276e5039e705ff14785ae0bfaa442255edc166d9ccd4c6d302589c45bc9a 3539 neochat_24.08.3-1.dsc f28988f68ebf405b0c448ab9f8e4ddace819e08e86fad9d6b2149bb98e7d0f09 1031148 neochat_24.08.3.orig.tar.xz 622c7cc0a5b330b46d89d097feafc387b2a1a1d97127f9aa27194fe9f738ef2b 833 neochat_24.08.3.orig.tar.xz.asc 435c255cd85e0d78c51349e9bfb5be699cc8c285b20b6a922420bd0436ed4154 20588 neochat_24.08.3-1.debian.tar.xz 8025db1b50f48093571a2ce64e2dedb43397d63d0baf5bf65e4b5dac118a5504 21531 neochat_24.08.3-1_source.buildinfo Files: df9f617cdd4d8fab32c1b4df4ca3c410 3539 kde optional neochat_24.08.3-1.dsc 9c0979dbd91fd870bb1666a8df4b27c4 1031148 kde optional neochat_24.08.3.orig.tar.xz bb481ff5c0165582abd3cc872771fc48 833 kde optional neochat_24.08.3.orig.tar.xz.asc 294997f61d56bfe55c47aebe0240c0ea 20588 kde optional neochat_24.08.3-1.debian.tar.xz bd12c06fd2100e77d90ddac132ec6b95 21531 kde optional neochat_24.08.3-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmfWxgkACgkQLRkciEOx P00k9BAAsF3BPGe4wBqKv9v+E0Crab71T3uRtWuU9UIK0A3rcREk0kQAHzkX+QSw xDo/HCAH3H+yqp1T65ro/+oqC168erQIA1tsZnhgMuMjUIa8So2PrUeGn/R69hYa rCmwvkMwHxlk7XU87wK24MJy6a4LjzUoW813e6cK5pJOcwKXQL24CFDyjGj9kPrH NEhz/jEGxyPT7R/mtr59Ulso1+I/9/unBWWmutXr45UvbY6CvQB4SclzLLslvad3 rs0kAnDvNDPSLxxSiMyoOofmZQe6PoMryzicbh3/ykAFlNAVVhk+cLC6KBFJZb8B G6D0eZ9dACoq/npxhsNzVcsGMh1kFEq2MSJf+l2AHbVwt32jefPaEa3OtGGGP+QM qOj6SZwR/C9tteOJTaoCS8LXePEOsJLRyIkI7KMoWdPOgI8EreRBFipGOcd41xfX YsgxEtdd1mOROnvIutnw4Pu5Rn6GzkfxGEuKxxD75CKzeEMpif7ZMP6HWY/2Y+NL qsMUtfE/2Qe2T0Yn+al80ly9OxE09bIjR416l21x425qAFriTjT8Zi+uWbepOcSY qafOwN2Nvw805OyZTSQzR7v0REZffy0Q/e7WSjPGPiWMSFrDH+u/C2J8aJ8TUpOn nmvmTRRwE+WH2ZObOh4uwpW+vv1sOKJFio5xlrSBGQ68c9KFRzM= =COrJ -----END PGP SIGNATURE-----Attachment: pgphEHUWJTomP.pgp
Description: PGP signature
--- End Message ---