Your message dated Mon, 18 Mar 2024 23:22:43 +0000
with message-id <e1rmmjx-00h4zn...@fasolo.debian.org>
and subject line Bug#1052841: fixed in kcontacts 5:5.115.0-1
has caused the Debian Bug report #1052841,
regarding kcontacts: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && 
make -j1 test ARGS\+=--verbose ARGS\+=-j1 returned exit code 2
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 ow...@bugs.debian.org
immediately.)


-- 
1052841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052841
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kcontacts
Version: 5:5.107.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> 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: kcontacts-testroundtrip
> 
> 1: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/testroundtrip
> 1: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 1: Test timeout computed to be: 10000000
> 1: ********* Start testing of RoundtripTest *********
> 1: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 1: PASS   : RoundtripTest::initTestCase()
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard1.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard10.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard11.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard12.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard13.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard14.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard15.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard2.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard3.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard4.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard5.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard6.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard7.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard8.vcf)
> 1: PASS   : RoundtripTest::testVCardRoundtrip(vcard9.vcf)
> 1: PASS   : 
> RoundtripTest::testVCardRoundtrip(vcard_extension_case_normalization.vcf)
> 1: PASS   : 
> RoundtripTest::testVCardRoundtrip(vcard_legacy_messaging_fields.vcf)
> 1: PASS   : RoundtripTest::cleanupTestCase()
> 1: Totals: 19 passed, 0 failed, 0 skipped, 0 blacklisted, 8ms
> 1: ********* Finished testing of RoundtripTest *********
>  1/32 Test  #1: kcontacts-testroundtrip ............   Passed    0.04 sec
> test 2
>       Start  2: kcontacts-birthdaytest
> 
> 2: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/birthdaytest
> 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 BirthDayTest *********
> 2: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 2: PASS   : BirthDayTest::initTestCase()
> 2: PASS   : BirthDayTest::shouldExportVcard4()
> 2: PASS   : BirthDayTest::shouldExportVcard4WithoutTime()
> 2: PASS   : BirthDayTest::shouldExportVcard3()
> 2: PASS   : BirthDayTest::shouldExportVcard3WithoutTime()
> 2: PASS   : BirthDayTest::shouldParseBirthDay()
> 2: PASS   : BirthDayTest::shouldParseBirthDayWithoutTime()
> 2: PASS   : BirthDayTest::shouldParseBirthDayWithoutTimeAndYear()
> 2: PASS   : BirthDayTest::shouldExportVcard4WithoutTimeAndWithoutYear()
> 2: PASS   : BirthDayTest::shouldExportVcard3WithoutTimeAndWithoutYear()
> 2: PASS   : BirthDayTest::cleanupTestCase()
> 2: Totals: 11 passed, 0 failed, 0 skipped, 0 blacklisted, 4ms
> 2: ********* Finished testing of BirthDayTest *********
>  2/32 Test  #2: kcontacts-birthdaytest .............   Passed    0.06 sec
> test 3
>       Start  3: kcontacts-addresseetest
> 
> 3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/addresseetest
> 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 AddresseeTest *********
> 3: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 3: PASS   : AddresseeTest::initTestCase()
> 3: PASS   : AddresseeTest::emptyTest()
> 3: PASS   : AddresseeTest::storeTest()
> 3: PASS   : AddresseeTest::equalsTest()
> 3: PASS   : AddresseeTest::differsTest()
> 3: PASS   : AddresseeTest::assignmentTest()
> 3: PASS   : AddresseeTest::serializeTest()
> 3: PASS   : AddresseeTest::fullEmailTest()
> 3: PASS   : AddresseeTest::nameFromStringTest()
> 3: PASS   : AddresseeTest::customFieldsTest()
> 3: PASS   : AddresseeTest::parseEmailAddress(simpleemail)
> 3: PASS   : AddresseeTest::parseEmailAddress(email)
> 3: PASS   : AddresseeTest::parseEmailAddress(namewithdoublequote)
> 3: PASS   : AddresseeTest::cleanupTestCase()
> 3: Totals: 14 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 3: ********* Finished testing of AddresseeTest *********
>  3/32 Test  #3: kcontacts-addresseetest ............   Passed    0.04 sec
> test 4
>       Start  4: kcontacts-impptest
> 
> 4: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/impptest
> 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 ImppTest *********
> 4: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 4: PASS   : ImppTest::initTestCase()
> 4: PASS   : ImppTest::shouldParseImppVcard4()
> 4: PASS   : ImppTest::shouldHaveDefaultValue()
> 4: PASS   : ImppTest::shouldAssignValue()
> 4: PASS   : ImppTest::shouldSerialized()
> 4: PASS   : ImppTest::shouldEqualImpp()
> 4: PASS   : ImppTest::shouldParseWithoutImpp()
> 4: PASS   : ImppTest::shouldParseImpp()
> 4: PASS   : ImppTest::shouldParseServiceType(withoutimpp)
> 4: PASS   : ImppTest::shouldParseServiceType(aim)
> 4: PASS   : ImppTest::shouldParseServiceType(facebook)
> 4: PASS   : ImppTest::shouldParseServiceType(gg)
> 4: PASS   : ImppTest::shouldParseServiceType(googletalk)
> 4: PASS   : ImppTest::shouldParseServiceType(groupwise)
> 4: PASS   : ImppTest::shouldParseServiceType(icq)
> 4: PASS   : ImppTest::shouldParseServiceType(irc)
> 4: PASS   : ImppTest::shouldParseServiceType(matrix)
> 4: PASS   : ImppTest::shouldParseServiceType(meanwhile)
> 4: PASS   : ImppTest::shouldParseServiceType(msn)
> 4: PASS   : ImppTest::shouldParseServiceType(qq)
> 4: PASS   : ImppTest::shouldParseServiceType(rocketchat)
> 4: PASS   : ImppTest::shouldParseServiceType(signal)
> 4: PASS   : ImppTest::shouldParseServiceType(sip)
> 4: PASS   : ImppTest::shouldParseServiceType(skype)
> 4: PASS   : ImppTest::shouldParseServiceType(sms)
> 4: PASS   : ImppTest::shouldParseServiceType(telegram)
> 4: PASS   : ImppTest::shouldParseServiceType(threema)
> 4: PASS   : ImppTest::shouldParseServiceType(twitter)
> 4: PASS   : ImppTest::shouldParseServiceType(xmpp)
> 4: PASS   : ImppTest::shouldParseServiceType(ymsgr)
> 4: PASS   : ImppTest::shouldExportEmptyType()
> 4: PASS   : ImppTest::shouldExportType(aim)
> 4: PASS   : ImppTest::shouldExportType(facebook)
> 4: PASS   : ImppTest::shouldExportType(gg)
> 4: PASS   : ImppTest::shouldExportType(googletalk)
> 4: PASS   : ImppTest::shouldExportType(groupwise)
> 4: PASS   : ImppTest::shouldExportType(icq)
> 4: PASS   : ImppTest::shouldExportType(irc)
> 4: PASS   : ImppTest::shouldExportType(matrix)
> 4: PASS   : ImppTest::shouldExportType(meanwhile)
> 4: PASS   : ImppTest::shouldExportType(msn)
> 4: PASS   : ImppTest::shouldExportType(qq)
> 4: PASS   : ImppTest::shouldExportType(rocketchat)
> 4: PASS   : ImppTest::shouldExportType(signal)
> 4: PASS   : ImppTest::shouldExportType(sip)
> 4: PASS   : ImppTest::shouldExportType(skype)
> 4: PASS   : ImppTest::shouldExportType(sms)
> 4: PASS   : ImppTest::shouldExportType(telegram)
> 4: PASS   : ImppTest::shouldExportType(threema)
> 4: PASS   : ImppTest::shouldExportType(twitter)
> 4: PASS   : ImppTest::shouldExportType(xmpp)
> 4: PASS   : ImppTest::shouldExportType(ymsgr)
> 4: PASS   : ImppTest::shouldExportWithParameters()
> 4: PASS   : ImppTest::shouldShouldNotExportTwiceServiceType()
> 4: PASS   : ImppTest::testProtocolInformation()
> 4: PASS   : ImppTest::cleanupTestCase()
> 4: Totals: 56 passed, 0 failed, 0 skipped, 0 blacklisted, 4ms
> 4: ********* Finished testing of ImppTest *********
>  4/32 Test  #4: kcontacts-impptest .................   Passed    0.07 sec
> test 5
>       Start  5: kcontacts-emailtest
> 
> 5: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/emailtest
> 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 EmailTest *********
> 5: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 5: PASS   : EmailTest::initTestCase()
> 5: PASS   : EmailTest::shouldHaveDefaultValue()
> 5: PASS   : EmailTest::shouldAssignValue()
> 5: PASS   : EmailTest::shouldAssignExternal()
> 5: PASS   : EmailTest::shouldSerialized()
> 5: PASS   : EmailTest::shouldEqualEmail()
> 5: PASS   : EmailTest::shouldParseEmailVCard()
> 5: PASS   : EmailTest::shouldParseEmailVCardWithoutEmail()
> 5: PASS   : EmailTest::shouldParseEmailVCardWithMultiEmails()
> 5: PASS   : EmailTest::shouldExportVcard()
> 5: PASS   : EmailTest::cleanupTestCase()
> 5: Totals: 11 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 5: ********* Finished testing of EmailTest *********
>  5/32 Test  #5: kcontacts-emailtest ................   Passed    0.04 sec
> test 6
>       Start  6: kcontacts-addresstest
> 
> 6: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/addresstest
> 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 AddressTest *********
> 6: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 6: PASS   : AddressTest::initTestCase()
> 6: PASS   : AddressTest::emptyTest()
> 6: PASS   : AddressTest::storeTest()
> 6: PASS   : AddressTest::equalsTest()
> 6: PASS   : AddressTest::differsTest()
> 6: PASS   : AddressTest::assignmentTest()
> 6: PASS   : AddressTest::serializeTest()
> 6: FAIL!  : AddressTest::formatTest() Compared values are not the same
> 6:    Actual   (address.formatted(KContacts::AddressFormatStyle::Postal, 
> QStringLiteral("Jim Knopf"))): "Jim Knopf\nLummerlandstr. 1\n12345 
> Lummerstadt\n\nGERMANY"
> 6:    Expected (result)                                                       
>                         : "Jim Knopf\nLummerlandstr. 1\n12345 
> Lummerstadt\n\nGERMANIA"
> 6:    Loc: [/<<PKGBUILDDIR>>/autotests/addresstest.cpp(162)]
> 6: PASS   : AddressTest::shouldExportVcard4()
> 6: PASS   : AddressTest::shouldExportVcard3()
> 6: PASS   : AddressTest::shouldParseAddressVCard3()
> 6: PASS   : AddressTest::shouldParseAddressVCard4()
> 6: PASS   : AddressTest::shouldExportVCard4WithGeoPosition()
> 6: PASS   : AddressTest::shouldParseAddressVCard4WithGeoPosition()
> 6: FAIL!  : AddressTest::countryToISOTest() Compared values are not the same
> 6:    Actual   (Address::countryToISO(QStringLiteral("Frankreich"))): ""
> 6:    Expected (QLatin1String("fr"))                                : "fr"
> 6:    Loc: [/<<PKGBUILDDIR>>/autotests/addresstest.cpp(475)]
> 6: PASS   : AddressTest::isoToCountryTest()
> 6: PASS   : AddressTest::testGeoUri()
> 6: PASS   : AddressTest::cleanupTestCase()
> 6: Totals: 16 passed, 2 failed, 0 skipped, 0 blacklisted, 28ms
> 6: ********* Finished testing of AddressTest *********
>  6/32 Test  #6: kcontacts-addresstest ..............***Failed    0.08 sec
> ********* Start testing of AddressTest *********
> Config: Using QtTest library 5.15.10, Qt 5.15.10 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 13.1.0), debian unknown
> PASS   : AddressTest::initTestCase()
> PASS   : AddressTest::emptyTest()
> PASS   : AddressTest::storeTest()
> PASS   : AddressTest::equalsTest()
> PASS   : AddressTest::differsTest()
> PASS   : AddressTest::assignmentTest()
> PASS   : AddressTest::serializeTest()
> FAIL!  : AddressTest::formatTest() Compared values are not the same
>    Actual   (address.formatted(KContacts::AddressFormatStyle::Postal, 
> QStringLiteral("Jim Knopf"))): "Jim Knopf\nLummerlandstr. 1\n12345 
> Lummerstadt\n\nGERMANY"
>    Expected (result)                                                          
>                      : "Jim Knopf\nLummerlandstr. 1\n12345 
> Lummerstadt\n\nGERMANIA"
>    Loc: [/<<PKGBUILDDIR>>/autotests/addresstest.cpp(162)]
> PASS   : AddressTest::shouldExportVcard4()
> PASS   : AddressTest::shouldExportVcard3()
> PASS   : AddressTest::shouldParseAddressVCard3()
> PASS   : AddressTest::shouldParseAddressVCard4()
> PASS   : AddressTest::shouldExportVCard4WithGeoPosition()
> PASS   : AddressTest::shouldParseAddressVCard4WithGeoPosition()
> FAIL!  : AddressTest::countryToISOTest() Compared values are not the same
>    Actual   (Address::countryToISO(QStringLiteral("Frankreich"))): ""
>    Expected (QLatin1String("fr"))                                : "fr"
>    Loc: [/<<PKGBUILDDIR>>/autotests/addresstest.cpp(475)]
> PASS   : AddressTest::isoToCountryTest()
> PASS   : AddressTest::testGeoUri()
> PASS   : AddressTest::cleanupTestCase()
> Totals: 16 passed, 2 failed, 0 skipped, 0 blacklisted, 28ms
> ********* Finished testing of AddressTest *********
> 
> test 7
>       Start  7: kcontacts-geotest
> 
> 7: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/geotest
> 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: ********* Start testing of GeoTest *********
> 7: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 7: PASS   : GeoTest::initTestCase()
> 7: PASS   : GeoTest::constructor()
> 7: PASS   : GeoTest::isValid()
> 7: PASS   : GeoTest::setData()
> 7: PASS   : GeoTest::equals()
> 7: PASS   : GeoTest::differs()
> 7: PASS   : GeoTest::serialization()
> 7: PASS   : GeoTest::shouldParseGeoVCard3()
> 7: PASS   : GeoTest::shouldParseGeoVCard4()
> 7: PASS   : GeoTest::shouldGenerateVCard3()
> 7: PASS   : GeoTest::shouldGenerateVCard4()
> 7: PASS   : GeoTest::shouldGenerateWithoutGeo()
> 7: PASS   : GeoTest::cleanupTestCase()
> 7: Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 7: ********* Finished testing of GeoTest *********
>  7/32 Test  #7: kcontacts-geotest ..................   Passed    0.04 sec
> test 8
>       Start  8: kcontacts-keytest
> 
> 8: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/keytest
> 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 KeyTest *********
> 8: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 8: PASS   : KeyTest::initTestCase()
> 8: PASS   : KeyTest::storeTest()
> 8: PASS   : KeyTest::equalsTest()
> 8: PASS   : KeyTest::differsTest()
> 8: PASS   : KeyTest::assignmentTest()
> 8: PASS   : KeyTest::serializeTest()
> 8: PASS   : KeyTest::shouldExportVCard3()
> 8: PASS   : KeyTest::shouldExportVCard4()
> 8: PASS   : KeyTest::shouldParseVcard3()
> 8: PASS   : KeyTest::shouldParseVcard4()
> 8: PASS   : KeyTest::cleanupTestCase()
> 8: Totals: 11 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 8: ********* Finished testing of KeyTest *********
>  8/32 Test  #8: kcontacts-keytest ..................   Passed    0.05 sec
> test 9
>       Start  9: kcontacts-phonenumbertest
> 
> 9: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/phonenumbertest
> 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: ********* Start testing of PhoneNumberTest *********
> 9: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 9: PASS   : PhoneNumberTest::initTestCase()
> 9: PASS   : PhoneNumberTest::emptyTest()
> 9: PASS   : PhoneNumberTest::storeTest()
> 9: PASS   : PhoneNumberTest::equalsTest()
> 9: PASS   : PhoneNumberTest::differsTest()
> 9: PASS   : PhoneNumberTest::assignmentTest()
> 9: PASS   : PhoneNumberTest::serializeTest()
> 9: PASS   : PhoneNumberTest::labelTest()
> 9: PASS   : PhoneNumberTest::shouldExportVCard3()
> 9: PASS   : PhoneNumberTest::shouldExportVCard4()
> 9: PASS   : PhoneNumberTest::shouldParseVcard3()
> 9: PASS   : PhoneNumberTest::shouldParseVcard4()
> 9: PASS   : PhoneNumberTest::shouldExportVCard21()
> 9: PASS   : PhoneNumberTest::shouldParseVCard21()
> 9: PASS   : PhoneNumberTest::testNormalizeNumber(empty)
> 9: PASS   : PhoneNumberTest::testNormalizeNumber(normalized)
> 9: PASS   : PhoneNumberTest::testNormalizeNumber(formatted)
> 9: PASS   : PhoneNumberTest::cleanupTestCase()
> 9: Totals: 18 passed, 0 failed, 0 skipped, 0 blacklisted, 2ms
> 9: ********* Finished testing of PhoneNumberTest *********
>  9/32 Test  #9: kcontacts-phonenumbertest ..........   Passed    0.05 sec
> test 10
>       Start 10: kcontacts-secrecytest
> 
> 10: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/secrecytest
> 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 SecrecyTest *********
> 10: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 10: PASS   : SecrecyTest::initTestCase()
> 10: PASS   : SecrecyTest::emptyTest()
> 10: PASS   : SecrecyTest::storeTest()
> 10: PASS   : SecrecyTest::equalsTest()
> 10: PASS   : SecrecyTest::differsTest()
> 10: PASS   : SecrecyTest::assignmentTest()
> 10: PASS   : SecrecyTest::serializeTest()
> 10: PASS   : SecrecyTest::cleanupTestCase()
> 10: Totals: 8 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 10: ********* Finished testing of SecrecyTest *********
> 10/32 Test #10: kcontacts-secrecytest ..............   Passed    0.05 sec
> test 11
>       Start 11: kcontacts-soundtest
> 
> 11: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/soundtest
> 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 SoundTest *********
> 11: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 11: PASS   : SoundTest::initTestCase()
> 11: PASS   : SoundTest::emptyTest()
> 11: PASS   : SoundTest::storeTestIntern()
> 11: PASS   : SoundTest::storeTestExtern()
> 11: PASS   : SoundTest::equalsTestIntern()
> 11: PASS   : SoundTest::equalsTestExtern()
> 11: PASS   : SoundTest::differsTest()
> 11: PASS   : SoundTest::assignmentTestIntern()
> 11: PASS   : SoundTest::assignmentTestExtern()
> 11: PASS   : SoundTest::serializeTest()
> 11: PASS   : SoundTest::shouldParseSource()
> 11: PASS   : SoundTest::shouldGenerateVCard4WithData()
> 11: PASS   : SoundTest::shouldGenerateVCard4WithUrl()
> 11: PASS   : SoundTest::shouldGenerateVCard3WithData()
> 11: PASS   : SoundTest::shouldGenerateVCard3WithUrl()
> 11: PASS   : SoundTest::cleanupTestCase()
> 11: Totals: 16 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 11: ********* Finished testing of SoundTest *********
> 11/32 Test #11: kcontacts-soundtest ................   Passed    0.05 sec
> test 12
>       Start 12: kcontacts-timezonetest
> 
> 12: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/timezonetest
> 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 TimeZoneTest *********
> 12: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 12: PASS   : TimeZoneTest::initTestCase()
> 12: PASS   : TimeZoneTest::emptyTest()
> 12: PASS   : TimeZoneTest::storeTest()
> 12: PASS   : TimeZoneTest::equalsTest()
> 12: PASS   : TimeZoneTest::differsTest()
> 12: PASS   : TimeZoneTest::assignmentTest()
> 12: PASS   : TimeZoneTest::serializeTest()
> 12: PASS   : TimeZoneTest::shouldGenerateVCard3()
> 12: PASS   : TimeZoneTest::shouldGenerateVCard4()
> 12: PASS   : TimeZoneTest::cleanupTestCase()
> 12: Totals: 10 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 12: ********* Finished testing of TimeZoneTest *********
> 12/32 Test #12: kcontacts-timezonetest .............   Passed    0.04 sec
> test 13
>       Start 13: kcontacts-contactgrouptest
> 
> 13: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/contactgrouptest
> 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 ContactGroupTest *********
> 13: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 13: PASS   : ContactGroupTest::initTestCase()
> 13: PASS   : ContactGroupTest::contactGroupContactReference()
> 13: PASS   : ContactGroupTest::contactGroupContactGroupReference()
> 13: PASS   : ContactGroupTest::contactGroupData()
> 13: PASS   : ContactGroupTest::contactGroup()
> 13: PASS   : ContactGroupTest::testGroupRoundTrip()
> 13: PASS   : ContactGroupTest::testGroupListRoundTrip()
> 13: PASS   : ContactGroupTest::cleanupTestCase()
> 13: Totals: 8 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 13: ********* Finished testing of ContactGroupTest *********
> 13/32 Test #13: kcontacts-contactgrouptest .........   Passed    0.06 sec
> test 14
>       Start 14: kcontacts-vcarddragtest
> 
> 14: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/vcarddragtest
> 14: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 14: Environment variables: 
> 14:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 14: Test timeout computed to be: 10000000
> 14: ********* Start testing of VCardDragTest *********
> 14: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 14: PASS   : VCardDragTest::initTestCase()
> 14: PASS   : VCardDragTest::testPopulate()
> 14: PASS   : VCardDragTest::testCanDecode()
> 14: PASS   : VCardDragTest::testFromMimeData()
> 14: PASS   : VCardDragTest::cleanupTestCase()
> 14: Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 14: ********* Finished testing of VCardDragTest *********
> 14/32 Test #14: kcontacts-vcarddragtest ............   Passed    0.06 sec
> test 15
>       Start 15: kcontacts-langtest
> 
> 15: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/langtest
> 15: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 15: Environment variables: 
> 15:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 15: Test timeout computed to be: 10000000
> 15: ********* Start testing of LangTest *********
> 15: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 15: PASS   : LangTest::initTestCase()
> 15: PASS   : LangTest::shouldHaveDefaultValue()
> 15: PASS   : LangTest::shouldAssignValue()
> 15: PASS   : LangTest::shouldAssignExternal()
> 15: PASS   : LangTest::shouldSerialized()
> 15: PASS   : LangTest::shouldEqualLanguage()
> 15: PASS   : LangTest::shouldParseLanguage()
> 15: PASS   : LangTest::shouldParseWithoutLanguage()
> 15: PASS   : LangTest::shouldCreateVCard()
> 15: PASS   : LangTest::shouldCreateVCardWithTwoLang()
> 15: PASS   : LangTest::shouldCreateVCardWithParameters()
> 15: PASS   : LangTest::shouldNotGenerateLangForVCard3()
> 15: PASS   : LangTest::cleanupTestCase()
> 15: Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 15: ********* Finished testing of LangTest *********
> 15/32 Test #15: kcontacts-langtest .................   Passed    0.05 sec
> test 16
>       Start 16: kcontacts-gendertest
> 
> 16: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/gendertest
> 16: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 16: Environment variables: 
> 16:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 16: Test timeout computed to be: 10000000
> 16: ********* Start testing of GenderTest *********
> 16: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 16: PASS   : GenderTest::initTestCase()
> 16: PASS   : GenderTest::shouldHaveDefaultValue()
> 16: PASS   : GenderTest::shouldAssignValue()
> 16: PASS   : GenderTest::shouldAssignExternal()
> 16: PASS   : GenderTest::shouldSerialized()
> 16: PASS   : GenderTest::shouldEqualGender()
> 16: PASS   : GenderTest::shouldParseGender(nogender)
> 16: PASS   : GenderTest::shouldParseGender(hasgenderbutnocomment)
> 16: PASS   : GenderTest::shouldParseGender(hasgenderbutnotypebutcomment)
> 16: PASS   : GenderTest::shouldParseGender(hasgendertypeandcomment)
> 16: PASS   : GenderTest::shouldExportOnlyGenderWithoutCommentGender()
> 16: PASS   : GenderTest::shouldExportEmptyGender()
> 16: PASS   : GenderTest::shouldExportOnlyGenderWithCommentGender()
> 16: PASS   : GenderTest::shouldExportOnlyGenderWithoutTypeCommentGender()
> 16: PASS   : GenderTest::shouldNotExportInVcard3()
> 16: PASS   : GenderTest::cleanupTestCase()
> 16: Totals: 16 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 16: ********* Finished testing of GenderTest *********
> 16/32 Test #16: kcontacts-gendertest ...............   Passed    0.06 sec
> test 17
>       Start 17: kcontacts-calendarurltest
> 
> 17: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/calendarurltest
> 17: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 17: Environment variables: 
> 17:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 17: Test timeout computed to be: 10000000
> 17: ********* Start testing of CalendarUrlTest *********
> 17: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 17: PASS   : CalendarUrlTest::initTestCase()
> 17: PASS   : CalendarUrlTest::shouldHaveDefaultValue()
> 17: PASS   : CalendarUrlTest::shouldAssignValue()
> 17: PASS   : CalendarUrlTest::shouldAssignExternal()
> 17: PASS   : CalendarUrlTest::shouldSerialized()
> 17: PASS   : CalendarUrlTest::shouldEqualCalendarUrl()
> 17: PASS   : CalendarUrlTest::shouldParseCalendarUrl()
> 17: PASS   : CalendarUrlTest::shouldGenerateVCard(FBURL)
> 17: PASS   : CalendarUrlTest::shouldGenerateVCard(CALURI)
> 17: PASS   : CalendarUrlTest::shouldGenerateVCard(CALADRURI)
> 17: PASS   : CalendarUrlTest::shouldGenerateVCardWithParameter()
> 17: PASS   : CalendarUrlTest::shouldNotGeneratedAttributeForVcard3()
> 17: PASS   : CalendarUrlTest::shouldGenerateMultiCalendarUrl()
> 17: PASS   : CalendarUrlTest::cleanupTestCase()
> 17: Totals: 14 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 17: ********* Finished testing of CalendarUrlTest *********
> 17/32 Test #17: kcontacts-calendarurltest ..........   Passed    0.05 sec
> test 18
>       Start 18: kcontacts-ldifconvertertest
> 
> 18: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/ldifconvertertest
> 18: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 18: Environment variables: 
> 18:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 18: Test timeout computed to be: 10000000
> 18: ********* Start testing of LDifConverterTest *********
> 18: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 18: PASS   : LDifConverterTest::initTestCase()
> 18: PASS   : LDifConverterTest::shouldImportEmail()
> 18: PASS   : LDifConverterTest::shouldImportMultiEmails()
> 18: PASS   : LDifConverterTest::shouldImportStandardBirthday()
> 18: PASS   : LDifConverterTest::shouldImportStandardBirthdayWithoutYear()
> 18: PASS   : LDifConverterTest::shouldImportTheBatsBirthday()
> 18: PASS   : LDifConverterTest::shouldImportTheBatsEmails()
> 18: PASS   : LDifConverterTest::shouldImportTitle()
> 18: PASS   : LDifConverterTest::shouldImportWorkStreet()
> 18: PASS   : LDifConverterTest::shouldImportContactGroup()
> 18: PASS   : LDifConverterTest::shouldImportMultiEntries()
> 18: PASS   : LDifConverterTest::shouldImportGroupAndAddress()
> 18: PASS   : LDifConverterTest::shouldExportEmail()
> 18: PASS   : LDifConverterTest::shouldExportBirthday()
> 18: PASS   : LDifConverterTest::shouldExportBirthdayWithoutYear()
> 18: PASS   : LDifConverterTest::shouldExportTitle()
> 18: PASS   : LDifConverterTest::shouldExportMultiEntries()
> 18: PASS   : LDifConverterTest::shouldExportGroup()
> 18: PASS   : LDifConverterTest::shouldExportWorkStreet()
> 18: PASS   : LDifConverterTest::shouldExportMultiEmails()
> 18: PASS   : LDifConverterTest::shouldExportFullName()
> 18: PASS   : LDifConverterTest::testGarbage()
> 18: PASS   : LDifConverterTest::cleanupTestCase()
> 18: Totals: 23 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 18: ********* Finished testing of LDifConverterTest *********
> 18/32 Test #18: kcontacts-ldifconvertertest ........   Passed    0.05 sec
> test 19
>       Start 19: kcontacts-relatedtest
> 
> 19: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/relatedtest
> 19: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 19: Environment variables: 
> 19:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 19: Test timeout computed to be: 10000000
> 19: ********* Start testing of RelatedTest *********
> 19: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 19: PASS   : RelatedTest::initTestCase()
> 19: PASS   : RelatedTest::shouldHaveDefaultValue()
> 19: PASS   : RelatedTest::shouldAssignValue()
> 19: PASS   : RelatedTest::shouldAssignExternal()
> 19: PASS   : RelatedTest::shouldSerialized()
> 19: PASS   : RelatedTest::shouldEqualRelated()
> 19: PASS   : RelatedTest::shouldParseRelated()
> 19: PASS   : RelatedTest::shouldParseWithoutRelated()
> 19: PASS   : RelatedTest::shouldCreateVCard4()
> 19: PASS   : RelatedTest::shouldCreateVCardWithTwoRelated()
> 19: PASS   : RelatedTest::shouldCreateVCardWithParameters()
> 19: PASS   : RelatedTest::shouldNotExportInVcard3()
> 19: PASS   : RelatedTest::shouldParseRelatedWithArgument()
> 19: PASS   : RelatedTest::cleanupTestCase()
> 19: Totals: 14 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 19: ********* Finished testing of RelatedTest *********
> 19/32 Test #19: kcontacts-relatedtest ..............   Passed    0.05 sec
> test 20
>       Start 20: kcontacts-resourcelocatorurltest
> 
> 20: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/resourcelocatorurltest
> 20: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 20: Environment variables: 
> 20:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 20: Test timeout computed to be: 10000000
> 20: ********* Start testing of ResourceLocatorUrlTest *********
> 20: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 20: PASS   : ResourceLocatorUrlTest::initTestCase()
> 20: PASS   : ResourceLocatorUrlTest::shouldHaveDefaultValue()
> 20: PASS   : ResourceLocatorUrlTest::shouldAssignValue()
> 20: PASS   : ResourceLocatorUrlTest::shouldAssignExternal()
> 20: PASS   : ResourceLocatorUrlTest::shouldSerialized()
> 20: PASS   : ResourceLocatorUrlTest::shouldEqualResourceLocatorUrl()
> 20: PASS   : ResourceLocatorUrlTest::shouldParseResourceLocatorUrl()
> 20: PASS   : ResourceLocatorUrlTest::shouldGenerateVCard4()
> 20: PASS   : ResourceLocatorUrlTest::shouldGenerateVCardWithParameter()
> 20: PASS   : ResourceLocatorUrlTest::shouldGenerateVCard3()
> 20: PASS   : ResourceLocatorUrlTest::cleanupTestCase()
> 20: Totals: 11 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 20: ********* Finished testing of ResourceLocatorUrlTest *********
> 20/32 Test #20: kcontacts-resourcelocatorurltest ...   Passed    0.05 sec
> test 21
>       Start 21: kcontacts-customidentifiertest
> 
> 21: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/customidentifiertest
> 21: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 21: Environment variables: 
> 21:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 21: Test timeout computed to be: 10000000
> 21: ********* Start testing of CustomIdentifierTest *********
> 21: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 21: PASS   : CustomIdentifierTest::initTestCase()
> 21: PASS   : CustomIdentifierTest::shouldExportVcard4()
> 21: PASS   : CustomIdentifierTest::shouldHaveEmptyCustoms()
> 21: PASS   : CustomIdentifierTest::shouldExportVcard3()
> 21: PASS   : CustomIdentifierTest::cleanupTestCase()
> 21: Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 21: ********* Finished testing of CustomIdentifierTest *********
> 21/32 Test #21: kcontacts-customidentifiertest .....   Passed    0.05 sec
> test 22
>       Start 22: kcontacts-vcardlinetest
> 
> 22: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/vcardlinetest
> 22: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 22: Environment variables: 
> 22:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 22: Test timeout computed to be: 10000000
> 22: ********* Start testing of VCardLineTest *********
> 22: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 22: PASS   : VCardLineTest::initTestCase()
> 22: PASS   : VCardLineTest::shouldHaveDefaultValue()
> 22: PASS   : VCardLineTest::shouldAssignValues()
> 22: PASS   : VCardLineTest::shouldCopyValue()
> 22: PASS   : VCardLineTest::shouldEqualValue()
> 22: PASS   : VCardLineTest::cleanupTestCase()
> 22: Totals: 6 passed, 0 failed, 0 skipped, 0 blacklisted, 2ms
> 22: ********* Finished testing of VCardLineTest *********
> 22/32 Test #22: kcontacts-vcardlinetest ............   Passed    0.06 sec
> test 23
>       Start 23: kcontacts-fieldgrouptest
> 
> 23: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fieldgrouptest
> 23: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 23: Environment variables: 
> 23:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 23: Test timeout computed to be: 10000000
> 23: ********* Start testing of FieldGroupTest *********
> 23: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 23: PASS   : FieldGroupTest::initTestCase()
> 23: PASS   : FieldGroupTest::shouldHaveDefaultValue()
> 23: PASS   : FieldGroupTest::shouldAssignValue()
> 23: PASS   : FieldGroupTest::shouldAssignExternal()
> 23: PASS   : FieldGroupTest::shouldSerialized()
> 23: PASS   : FieldGroupTest::shouldEqualFieldGroup()
> 23: PASS   : FieldGroupTest::shouldParseFieldGroup()
> 23: PASS   : FieldGroupTest::shouldParseWithoutFieldGroup()
> 23: PASS   : FieldGroupTest::shouldCreateVCard()
> 23: PASS   : FieldGroupTest::shouldCreateVCardWithTwoLang()
> 23: PASS   : FieldGroupTest::shouldCreateVCardWithParameters()
> 23: PASS   : FieldGroupTest::shouldNotGenerateFieldGroupForVCard3()
> 23: PASS   : FieldGroupTest::cleanupTestCase()
> 23: Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 23: ********* Finished testing of FieldGroupTest *********
> 23/32 Test #23: kcontacts-fieldgrouptest ...........   Passed    0.05 sec
> test 24
>       Start 24: kcontacts-importexportvcardtest
> 
> 24: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/importexportvcardtest
> 24: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 24: Environment variables: 
> 24:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 24: Test timeout computed to be: 10000000
> 24: ********* Start testing of ImportExportVCardTest *********
> 24: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 24: PASS   : ImportExportVCardTest::initTestCase()
> 24: PASS   : ImportExportVCardTest::shouldExportFullTestVcard4()
> 24: PASS   : ImportExportVCardTest::shouldExportMiscElementVcard4()
> 24: PASS   : ImportExportVCardTest::shouldExportMemberElementVcard4()
> 24: PASS   : ImportExportVCardTest::shouldExportMissingNewlineVcard4()
> 24: PASS   : ImportExportVCardTest::cleanupTestCase()
> 24: Totals: 6 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 24: ********* Finished testing of ImportExportVCardTest *********
> 24/32 Test #24: kcontacts-importexportvcardtest ....   Passed    0.05 sec
> test 25
>       Start 25: kcontacts-titletest
> 
> 25: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/titletest
> 25: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 25: Environment variables: 
> 25:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 25: Test timeout computed to be: 10000000
> 25: ********* Start testing of TitleTest *********
> 25: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 25: PASS   : TitleTest::initTestCase()
> 25: PASS   : TitleTest::shouldHaveDefaultValue()
> 25: PASS   : TitleTest::shouldAssignValue()
> 25: PASS   : TitleTest::shouldAssignExternal()
> 25: PASS   : TitleTest::shouldSerialized()
> 25: PASS   : TitleTest::shouldEqualTitle()
> 25: PASS   : TitleTest::shouldParseTwoTitles()
> 25: PASS   : TitleTest::shouldParseTitle()
> 25: PASS   : TitleTest::shouldParseWithoutTitle()
> 25: PASS   : TitleTest::shouldCreateVCard()
> 25: PASS   : TitleTest::shouldCreateVCardWithTwoTitle()
> 25: PASS   : TitleTest::shouldCreateVCardWithParameters()
> 25: PASS   : TitleTest::shouldGenerateTitleForVCard3()
> 25: PASS   : TitleTest::cleanupTestCase()
> 25: Totals: 14 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 25: ********* Finished testing of TitleTest *********
> 25/32 Test #25: kcontacts-titletest ................   Passed    0.04 sec
> test 26
>       Start 26: kcontacts-nicknametest
> 
> 26: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/nicknametest
> 26: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 26: Environment variables: 
> 26:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 26: Test timeout computed to be: 10000000
> 26: ********* Start testing of NickNameTest *********
> 26: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 26: PASS   : NickNameTest::initTestCase()
> 26: PASS   : NickNameTest::shouldHaveDefaultValue()
> 26: PASS   : NickNameTest::shouldAssignValue()
> 26: PASS   : NickNameTest::shouldAssignExternal()
> 26: PASS   : NickNameTest::shouldSerialized()
> 26: PASS   : NickNameTest::shouldEqualNickName()
> 26: PASS   : NickNameTest::shouldParseNickName()
> 26: PASS   : NickNameTest::shouldParseWithoutNickName()
> 26: PASS   : NickNameTest::shouldCreateVCard()
> 26: PASS   : NickNameTest::shouldCreateVCardWithTwoNickName()
> 26: PASS   : NickNameTest::shouldCreateVCardWithParameters()
> 26: PASS   : NickNameTest::shouldGenerateNickNameForVCard3()
> 26: PASS   : NickNameTest::cleanupTestCase()
> 26: Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 26: ********* Finished testing of NickNameTest *********
> 26/32 Test #26: kcontacts-nicknametest .............   Passed    0.05 sec
> test 27
>       Start 27: kcontacts-roletest
> 
> 27: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/roletest
> 27: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 27: Environment variables: 
> 27:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 27: Test timeout computed to be: 10000000
> 27: ********* Start testing of RoleTest *********
> 27: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 27: PASS   : RoleTest::initTestCase()
> 27: PASS   : RoleTest::shouldHaveDefaultValue()
> 27: PASS   : RoleTest::shouldAssignValue()
> 27: PASS   : RoleTest::shouldAssignExternal()
> 27: PASS   : RoleTest::shouldSerialized()
> 27: PASS   : RoleTest::shouldEqualRole()
> 27: PASS   : RoleTest::shouldParseRole()
> 27: PASS   : RoleTest::shouldParseWithoutRole()
> 27: PASS   : RoleTest::shouldCreateVCard()
> 27: PASS   : RoleTest::shouldCreateVCardWithTwoRole()
> 27: PASS   : RoleTest::shouldCreateVCardWithParameters()
> 27: PASS   : RoleTest::shouldGenerateRoleForVCard3()
> 27: PASS   : RoleTest::cleanupTestCase()
> 27: Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 27: ********* Finished testing of RoleTest *********
> 27/32 Test #27: kcontacts-roletest .................   Passed    0.05 sec
> test 28
>       Start 28: kcontacts-orgtest
> 
> 28: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/orgtest
> 28: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 28: Environment variables: 
> 28:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 28: Test timeout computed to be: 10000000
> 28: ********* Start testing of OrgTest *********
> 28: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 28: PASS   : OrgTest::initTestCase()
> 28: PASS   : OrgTest::shouldHaveDefaultValue()
> 28: PASS   : OrgTest::shouldAssignValue()
> 28: PASS   : OrgTest::shouldAssignExternal()
> 28: PASS   : OrgTest::shouldSerialized()
> 28: PASS   : OrgTest::shouldEqualOrg()
> 28: PASS   : OrgTest::shouldParseOrg()
> 28: PASS   : OrgTest::shouldParseWithoutOrg()
> 28: PASS   : OrgTest::shouldCreateVCard()
> 28: PASS   : OrgTest::shouldCreateVCardWithTwoOrg()
> 28: PASS   : OrgTest::shouldCreateVCardWithParameters()
> 28: PASS   : OrgTest::shouldGenerateOrgForVCard3()
> 28: PASS   : OrgTest::shouldParseVcardWithTwoOrg()
> 28: PASS   : OrgTest::shouldCreateVCardWithSemiColon()
> 28: PASS   : OrgTest::cleanupTestCase()
> 28: Totals: 15 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 28: ********* Finished testing of OrgTest *********
> 28/32 Test #28: kcontacts-orgtest ..................   Passed    0.05 sec
> test 29
>       Start 29: kcontacts-datetimetest
> 
> 29: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/datetimetest
> 29: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 29: Environment variables: 
> 29:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 29: Test timeout computed to be: 10000000
> 29: ********* Start testing of DateTimeTest *********
> 29: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 29: PASS   : DateTimeTest::initTestCase()
> 29: PASS   : DateTimeTest::shouldParseDateTime()
> 29: PASS   : DateTimeTest::shouldCreateDateTime()
> 29: PASS   : DateTimeTest::shouldCreateDate()
> 29: PASS   : DateTimeTest::cleanupTestCase()
> 29: Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 29: ********* Finished testing of DateTimeTest *********
> 29/32 Test #29: kcontacts-datetimetest .............   Passed    0.05 sec
> test 30
>       Start 30: kcontacts-clientpidmaptest
> 
> 30: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/clientpidmaptest
> 30: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 30: Environment variables: 
> 30:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 30: Test timeout computed to be: 10000000
> 30: ********* Start testing of ClientPidMapTest *********
> 30: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 30: PASS   : ClientPidMapTest::initTestCase()
> 30: PASS   : ClientPidMapTest::shouldHaveDefaultValue()
> 30: PASS   : ClientPidMapTest::shouldAssignValue()
> 30: PASS   : ClientPidMapTest::shouldAssignExternal()
> 30: PASS   : ClientPidMapTest::shouldSerialized()
> 30: PASS   : ClientPidMapTest::shouldEqualClientPidMap()
> 30: PASS   : ClientPidMapTest::shouldParseClientPidMap()
> 30: PASS   : ClientPidMapTest::shouldParseWithoutClientPidMap()
> 30: PASS   : ClientPidMapTest::shouldCreateVCard()
> 30: PASS   : ClientPidMapTest::shouldCreateVCardWithTwoClientPidMap()
> 30: PASS   : ClientPidMapTest::shouldCreateVCardWithParameters()
> 30: PASS   : ClientPidMapTest::shouldGenerateClientPidMapForVCard3()
> 30: PASS   : ClientPidMapTest::cleanupTestCase()
> 30: Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 30: ********* Finished testing of ClientPidMapTest *********
> 30/32 Test #30: kcontacts-clientpidmaptest .........   Passed    0.07 sec
> test 31
>       Start 31: kcontacts-addressformattest
> 
> 31: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/addressformattest
> 31: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 31: Environment variables: 
> 31:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 31: Test timeout computed to be: 10000000
> 31: ********* Start testing of AddressFormatTest *********
> 31: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 31: PASS   : AddressFormatTest::initTestCase()
> 31: PASS   : AddressFormatTest::testRepostory()
> 31: PASS   : AddressFormatTest::testFormatStyles()
> 31: PASS   : AddressFormatTest::testFormatScript()
> 31: PASS   : AddressFormatTest::testIncompleteAddress()
> 31: PASS   : AddressFormatTest::validateRepository()
> 31: PASS   : AddressFormatTest::cleanupTestCase()
> 31: Totals: 7 passed, 0 failed, 0 skipped, 0 blacklisted, 16ms
> 31: ********* Finished testing of AddressFormatTest *********
> 31/32 Test #31: kcontacts-addressformattest ........   Passed    0.04 sec
> test 32
>       Start 32: kcontacts-picturetest
> 
> 32: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/picturetest
> 32: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/autotests
> 32: Environment variables: 
> 32:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> 32: Test timeout computed to be: 10000000
> 32: ********* Start testing of PictureTest *********
> 32: Config: Using QtTest library 5.15.10, Qt 5.15.10 
> (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.0), 
> debian unknown
> 32: PASS   : PictureTest::initTestCase()
> 32: PASS   : PictureTest::emptyTest()
> 32: PASS   : PictureTest::storeTestInternImage()
> 32: PASS   : PictureTest::storeTestInternRawData()
> 32: PASS   : PictureTest::storeTestExtern()
> 32: PASS   : PictureTest::equalsTestInternImage()
> 32: PASS   : PictureTest::equalsTestInternRawData()
> 32: PASS   : PictureTest::equalsTestInternImageAndRawData()
> 32: PASS   : PictureTest::equalsTestExtern()
> 32: PASS   : PictureTest::differsTest()
> 32: PASS   : PictureTest::differsTestInternRawData()
> 32: PASS   : PictureTest::differsTestExtern()
> 32: PASS   : PictureTest::assignmentTestIntern()
> 32: PASS   : PictureTest::assignmentTestExtern()
> 32: PASS   : PictureTest::serializeTestInternImage()
> 32: PASS   : PictureTest::serializeTestInternRawData()
> 32: PASS   : PictureTest::serializeTestExtern()
> 32: PASS   : PictureTest::cleanupTestCase()
> 32: Totals: 18 passed, 0 failed, 0 skipped, 0 blacklisted, 11ms
> 32: ********* Finished testing of PictureTest *********
> 32/32 Test #32: kcontacts-picturetest ..............   Passed    0.05 sec
> 
> 97% tests passed, 1 tests failed out of 32
> 
> Total Test time (real) =   1.63 sec
> 
> The following tests FAILED:
>         6 - kcontacts-addresstest (Failed)
> 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


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/kcontacts_5.107.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: kcontacts
Source-Version: 5:5.115.0-1
Done: Patrick Franz <delta...@debian.org>

We believe that the bug you reported is fixed in the latest version of
kcontacts, 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 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz <delta...@debian.org> (supplier of updated kcontacts 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 19 Mar 2024 00:00:17 +0100
Source: kcontacts
Architecture: source
Version: 5:5.115.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Patrick Franz <delta...@debian.org>
Closes: 1015440 1052841
Changes:
 kcontacts (5:5.115.0-1) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * New upstream release (5.115.0).
   * Update build-deps and deps with the info from cmake.
   * Add myself as uploader and remove inactive ones. Thank you for your
     work.
   * Disable tests (Closes: #1052841).
   * Enable LTO (Closes: #1015440).
Checksums-Sha1:
 462fdec62fdc2c510e4716d3a34987156f7b6754 2948 kcontacts_5.115.0-1.dsc
 92dbee1c96d017913c954a9fe245a3fb628ad465 214204 kcontacts_5.115.0.orig.tar.xz
 55a4c0c73653b66f3498ad3bf325705491fd3c91 488 kcontacts_5.115.0.orig.tar.xz.asc
 b426be3182ce16979e6a58a306f6b0b6a4981ef8 15828 
kcontacts_5.115.0-1.debian.tar.xz
 f8bf9a13a71e0e5cfc618391d744a0b1b5402037 14242 
kcontacts_5.115.0-1_source.buildinfo
Checksums-Sha256:
 4895638dd82213bbac139aa97b0e38e2db3d609c46fcd235c4853637e0da16ef 2948 
kcontacts_5.115.0-1.dsc
 271f1e0405a856cbd17266c3edccd169ef1f5661ce7f5c4f9ab94bf6ed3997f7 214204 
kcontacts_5.115.0.orig.tar.xz
 903a487e3a29bec7ab61a279c8ef1247b2cea539958e41326a8929d1ae69fdf8 488 
kcontacts_5.115.0.orig.tar.xz.asc
 5ae5fb878f884ab6fdded4cdbca34148ef528326ae14837c3e9892994875b714 15828 
kcontacts_5.115.0-1.debian.tar.xz
 b25ff761118d5eebbcfb6cabe7aac36c5692a72c0fc366b37d0ba3fd6f3babd1 14242 
kcontacts_5.115.0-1_source.buildinfo
Files:
 a0ee260cf15387b5d4b74ffcd3f63595 2948 libs optional kcontacts_5.115.0-1.dsc
 ea0c60ec29421be2c26be53b0f6d135e 214204 libs optional 
kcontacts_5.115.0.orig.tar.xz
 0e3b4f795acf1b7b7449f16c94cd0911 488 libs optional 
kcontacts_5.115.0.orig.tar.xz.asc
 1ab1e6fc691978896cb9359b8ae12c8a 15828 libs optional 
kcontacts_5.115.0-1.debian.tar.xz
 2f5a44ad2dd537e3ee826d3d08aec5b8 14242 libs optional 
kcontacts_5.115.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmX4x7MUHGRlbHRhb25l
QGRlYmlhbi5vcmcACgkQnp96YDB3/larDg/5AdrOCE1N7Y5xnqNMyFu4uFgL5lYK
FpsQehJqdtjgedzTGLlvt9rT6D2ylp3aDGeXRhP5RrEFQzO3f9Vm+kGs/yEG6pmD
l8HUmRZ2ZU9/a9aLbuRh+Fqz8dedXev6kSKXY0ebigL4/ts24RjbkhHfh9mpC7jY
pEZAqn5PA8bO7FKm2HtiWRvvFRpf8ZxfxG59ch8j0wstWZvyGY1Oae8IO/vbLSZ0
jsbnbOEKInE0VyOw7A7ITG76+F9a3Qg26eL0riK8KJVzUwBtdfSDst3f2+2LjETN
h1lMnOlSY5CnNOfKWY8KFoJwObeLvUkDVPa5nCj22lzzxMNJusGuP4jrmRUd3enE
PXh2W4/Mw8PLUFNK2Yo5F4MS2pWJBzsbq8bUle99AwtvpgZOW2HaHOqs2hgwFkD5
oECSKOxUshbW2NxgkwHF8JZUzndz+jE124kpB01nwDu87ROpcv6WPHz3xdGBImxb
F/hDHpdtGNc/9/fsnJzY8FRYculfM4P+4f86jTSOewYk4uQkTOoEl0VnBdMPNDJH
uBvEYmmsbUmCjA933AJpHqdwW7GiW6KUSYfVQ5T5P6bQz/f+G1fuP3M+dIOTQ25e
4Biu9x9E+d5DlIoIL9TR3kNsA5acVuzwYlKOr4w41/J+vXHqpUvd/OWaEYijjIcN
YhlpIydoRfAHa/I=
=hX1y
-----END PGP SIGNATURE-----

Attachment: pgpmL3x2qcsR8.pgp
Description: PGP signature


--- End Message ---

Reply via email to