Your message dated Sat, 25 Feb 2023 16:34:07 +0000
with message-id <e1pvxut-00cicq...@fasolo.debian.org>
and subject line Bug#1031438: fixed in qca2 2.3.5-2
has caused the Debian Bug report #1031438,
regarding qca2: FTBFS: dh_auto_test: error: cd build && make -j8 test 
ARGS\+=--verbose ARGS\+=-j8 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.)


-- 
1031438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031438
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qca2
Version: 2.3.5-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230216 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/build'
> Running tests...
> /usr/bin/ctest --force-new-ctest-process --verbose -j8
> UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/build/DartConfiguration.tcl
> UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/build/DartConfiguration.tcl
> Test project /<<PKGBUILDDIR>>/build
> 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: Base64
> 
> 1: Test command: /<<PKGBUILDDIR>>/build/bin/base64unittest
> 1: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 1: Test timeout computed to be: 10000000
> test 2
>       Start  2: BigInteger
> 
> 2: Test command: /<<PKGBUILDDIR>>/build/bin/bigintunittest
> 2: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 2: Test timeout computed to be: 10000000
> test 3
>       Start  3: Certificate
> 
> 3: Test command: /<<PKGBUILDDIR>>/build/bin/certunittest
> 3: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 3: Test timeout computed to be: 10000000
> test 4
>       Start  4: SymmetricCipher
> 
> 4: Test command: /<<PKGBUILDDIR>>/build/bin/cipherunittest
> 4: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 4: Test timeout computed to be: 10000000
> test 5
>       Start  5: ClientSidePlugin
> 
> 5: Test command: /<<PKGBUILDDIR>>/build/bin/clientplugin
> 5: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 5: Test timeout computed to be: 10000000
> test 6
>       Start  6: DigitalSignatureAlgorithm
> 
> 6: Test command: /<<PKGBUILDDIR>>/build/bin/dsaunittest
> 6: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 6: Test timeout computed to be: 10000000
> test 7
>       Start  7: FileWatch
> 
> 7: Test command: /<<PKGBUILDDIR>>/build/bin/filewatchunittest
> 7: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 7: Test timeout computed to be: 10000000
> test 8
>       Start  8: Hashing
> 
> 8: Test command: /<<PKGBUILDDIR>>/build/bin/hashunittest
> 8: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 8: Test timeout computed to be: 10000000
> 1: ********* Start testing of Base64UnitTest *********
> 1: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 1: PASS   : Base64UnitTest::initTestCase()
> 1: PASS   : Base64UnitTest::test1(31)
> 1: PASS   : Base64UnitTest::test1(235c91)
> 1: PASS   : Base64UnitTest::test1(414)
> 1: PASS   : Base64UnitTest::test1(241)
> 1: PASS   : Base64UnitTest::test1(313)
> 1: PASS   : Base64UnitTest::test1(60e)
> 1: PASS   : Base64UnitTest::test1(3134)
> 1: PASS   : Base64UnitTest::test2(www.python.org)
> 1: PASS   : Base64UnitTest::test2(a)
> 1: PASS   : Base64UnitTest::test2(ab)
> 1: PASS   : Base64UnitTest::test2(abc)
> 1: PASS   : Base64UnitTest::test2(empty)
> 1: PASS   : Base64UnitTest::test2(a-Z)
> 1: PASS   : Base64UnitTest::test2(31)
> 1: PASS   : Base64UnitTest::test2(QCA_2.0)
> 1: PASS   : Base64UnitTest::test2(j-0)
> 1: PASS   : Base64UnitTest::cleanupTestCase()
> 1: Totals: 18 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 1: ********* Finished testing of Base64UnitTest *********
> 2: ********* Start testing of BigIntUnitTest *********
> 2: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 2: PASS   : BigIntUnitTest::initTestCase()
> 3: ********* Start testing of CertUnitTest *********
> 3: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 3: PASS   : CertUnitTest::initTestCase()
> 4: ********* Start testing of CipherUnitTest *********
> 4: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 4: PASS   : CipherUnitTest::initTestCase()
> 5: ********* Start testing of ClientPlugin *********
> 5: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 5: PASS   : ClientPlugin::initTestCase()
> 5: PASS   : ClientPlugin::testInsertRemovePlugin()
> 5: PASS   : ClientPlugin::cleanupTestCase()
> 6: ********* Start testing of DSAUnitTest *********
> 6: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 6: PASS   : DSAUnitTest::initTestCase()
>  1/25 Test  #1: Base64 ...........................   Passed    0.02 sec
> test 9
>       Start  9: HexadecimalConversion
> 
> 9: Test command: /<<PKGBUILDDIR>>/build/bin/hexunittest
> 9: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 9: Test timeout computed to be: 10000000
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::aes128(mystery)
> 4: PASS   : CipherUnitTest::aes128(FIPS197 App C.1)
> 4: PASS   : CipherUnitTest::aes128(1)
> 4: PASS   : CipherUnitTest::aes128(2)
> 4: PASS   : CipherUnitTest::aes128(3)
> 4: PASS   : CipherUnitTest::aes128(4)
> 4: PASS   : CipherUnitTest::aes128(5)
> 4: PASS   : CipherUnitTest::aes128(6)
> 4: PASS   : CipherUnitTest::aes128(7)
> 4: PASS   : CipherUnitTest::aes128(8)
> 4: PASS   : CipherUnitTest::aes128(9)
> 4: PASS   : CipherUnitTest::aes128(10)
> 4: PASS   : CipherUnitTest::aes128(11)
> 4: PASS   : CipherUnitTest::aes128(12)
> 4: PASS   : CipherUnitTest::aes128(13)
> 4: PASS   : CipherUnitTest::aes128(14)
> 4: PASS   : CipherUnitTest::aes128_cbc(1)
> 4: PASS   : CipherUnitTest::aes128_cbc_pkcs7(1)
> 4: PASS   : CipherUnitTest::aes128_cbc_pkcs7(2)
> 4: PASS   : CipherUnitTest::aes128_cbc_pkcs7(3)
> 4: PASS   : CipherUnitTest::aes128_cbc_pkcs7(block size - 1)
> 4: PASS   : CipherUnitTest::aes128_cbc_pkcs7(block size)
> 5: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 5ms
> 5: ********* Finished testing of ClientPlugin *********
> 7: ********* Start testing of FileWatchUnitTest *********
> 7: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 7: PASS   : FileWatchUnitTest::initTestCase()
> 7: WARNING: FileWatchUnitTest::filewatchTest() Unittest will take about 10 
> seconds. Please wait.
> 7:    Loc: [./unittest/filewatchunittest/filewatchunittest.cpp(43)]
> 8: ********* Start testing of HashUnitTest *********
> 8: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
>  2/25 Test  #5: ClientSidePlugin .................   Passed    0.01 sec
> test 10
>       Start 10: KeyDerivationFunction
> 
> 10: Test command: /<<PKGBUILDDIR>>/build/bin/kdfunittest
> 10: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 10: Test timeout computed to be: 10000000
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::aes128_cbc_pkcs7(block size+1)
> 4: PASS   : CipherUnitTest::aes128_cfb(1)
> 4: PASS   : CipherUnitTest::aes128_ofb(1)
> 4: PASS   : CipherUnitTest::aes128_ctr(1)
> 4: PASS   : CipherUnitTest::aes128_gcm(short)
> 4: PASS   : CipherUnitTest::aes128_gcm(long)
> 4: XFAIL  : CipherUnitTest::aes128_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(505)]
> 4: XFAIL  : CipherUnitTest::aes128_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(523)]
> 4: XFAIL  : CipherUnitTest::aes128_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(525)]
> 4: PASS   : CipherUnitTest::aes128_gcm(wrongtag)
> 4: PASS   : CipherUnitTest::aes128_ccm()
> 4: PASS   : CipherUnitTest::aes192(FIPS197 App C.2)
> 4: PASS   : CipherUnitTest::aes192(1)
> 4: PASS   : CipherUnitTest::aes192(2)
> 4: PASS   : CipherUnitTest::aes192(3)
> 4: PASS   : CipherUnitTest::aes192(4)
> 4: PASS   : CipherUnitTest::aes192(5)
> 4: PASS   : CipherUnitTest::aes192(6)
> 4: PASS   : CipherUnitTest::aes192(7)
> 4: PASS   : CipherUnitTest::aes192(8)
> 4: PASS   : CipherUnitTest::aes192(9)
> 4: PASS   : CipherUnitTest::aes192(10)
> 4: PASS   : CipherUnitTest::aes192(11)
> 4: PASS   : CipherUnitTest::aes192(12)
> 4: PASS   : CipherUnitTest::aes192(13)
> 4: PASS   : CipherUnitTest::aes192(14)
> 4: PASS   : CipherUnitTest::aes192(15)
> 4: PASS   : CipherUnitTest::aes192_cbc(1)
> 4: PASS   : CipherUnitTest::aes192_cbc_pkcs7(1)
> 4: PASS   : CipherUnitTest::aes192_cbc_pkcs7(2)
> 4: PASS   : CipherUnitTest::aes192_cbc_pkcs7(3)
> 4: PASS   : CipherUnitTest::aes192_cbc_pkcs7(block size - 1)
> 4: PASS   : CipherUnitTest::aes192_cbc_pkcs7(block size)
> 4: PASS   : CipherUnitTest::aes192_cbc_pkcs7(block size+1)
> 4: PASS   : CipherUnitTest::aes192_cfb(1)
> 4: PASS   : CipherUnitTest::aes192_ofb(1)
> 4: PASS   : CipherUnitTest::aes192_ctr(1)
> 4: PASS   : CipherUnitTest::aes192_gcm(short)
> 4: PASS   : CipherUnitTest::aes192_gcm(long)
> 4: XFAIL  : CipherUnitTest::aes192_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(995)]
> 4: XFAIL  : CipherUnitTest::aes192_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(1013)]
> 4: XFAIL  : CipherUnitTest::aes192_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(1015)]
> 4: PASS   : CipherUnitTest::aes192_gcm(wrongtag)
> 4: PASS   : CipherUnitTest::aes192_ccm()
> 4: PASS   : CipherUnitTest::aes256(FIPS197 App C.3)
> 4: PASS   : CipherUnitTest::aes256(1)
> 4: PASS   : CipherUnitTest::aes256(2)
> 4: PASS   : CipherUnitTest::aes256(3)
> 4: PASS   : CipherUnitTest::aes256(4)
> 4: PASS   : CipherUnitTest::aes256(5)
> 4: PASS   : CipherUnitTest::aes256(6)
> 4: PASS   : CipherUnitTest::aes256(7)
> 4: PASS   : CipherUnitTest::aes256(8)
> 4: PASS   : CipherUnitTest::aes256(9)
> 4: PASS   : CipherUnitTest::aes256(10)
> 4: PASS   : CipherUnitTest::aes256(11)
> 4: PASS   : CipherUnitTest::aes256(12)
> 4: PASS   : CipherUnitTest::aes256(13)
> 4: PASS   : CipherUnitTest::aes256(14)
> 4: PASS   : CipherUnitTest::aes256(15)
> 4: PASS   : CipherUnitTest::aes256(16)
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  794
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::aes256(17)
> 4: PASS   : CipherUnitTest::aes256(18)
> 4: PASS   : CipherUnitTest::aes256(19)
> 4: PASS   : CipherUnitTest::aes256(20)
> 4: PASS   : CipherUnitTest::aes256(21)
> 4: PASS   : CipherUnitTest::aes256_cbc(1)
> 4: PASS   : CipherUnitTest::aes256_cbc_pkcs7(1)
> 4: PASS   : CipherUnitTest::aes256_cbc_pkcs7(2)
> 4: PASS   : CipherUnitTest::aes256_cbc_pkcs7(3)
> 4: PASS   : CipherUnitTest::aes256_cbc_pkcs7(block size - 1)
> 4: PASS   : CipherUnitTest::aes256_cbc_pkcs7(block size)
> 4: PASS   : CipherUnitTest::aes256_cbc_pkcs7(block size+1)
> 4: PASS   : CipherUnitTest::aes256_cfb(1)
> 4: PASS   : CipherUnitTest::aes256_ofb(1)
> 4: PASS   : CipherUnitTest::aes256_ctr(1)
> 4: PASS   : CipherUnitTest::aes256_gcm(short)
> 4: PASS   : CipherUnitTest::aes256_gcm(long)
> 4: XFAIL  : CipherUnitTest::aes256_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(1525)]
> 4: XFAIL  : CipherUnitTest::aes256_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(1543)]
> 4: XFAIL  : CipherUnitTest::aes256_gcm(wrongtag) It's OK
> 4:    Loc: [./unittest/cipherunittest/cipherunittest.cpp(1545)]
> 4: PASS   : CipherUnitTest::aes256_gcm(wrongtag)
> 4: PASS   : CipherUnitTest::aes256_ccm()
> 4: PASS   : CipherUnitTest::tripleDES(1)
> 4: PASS   : CipherUnitTest::tripleDES(2)
> 4: PASS   : CipherUnitTest::tripleDES(3)
> 4: PASS   : CipherUnitTest::tripleDES(4)
> 4: PASS   : CipherUnitTest::tripleDES(5)
> 4: PASS   : CipherUnitTest::tripleDES(6)
> 4: PASS   : CipherUnitTest::tripleDES(7)
> 4: PASS   : CipherUnitTest::tripleDES(8)
> 4: PASS   : CipherUnitTest::tripleDES(9)
> 4: PASS   : CipherUnitTest::tripleDES(10)
> 4: PASS   : CipherUnitTest::tripleDES(11)
> 4: PASS   : CipherUnitTest::tripleDES(12)
> 4: PASS   : CipherUnitTest::tripleDES(13)
> 4: PASS   : CipherUnitTest::tripleDES(14)
> 4: PASS   : CipherUnitTest::tripleDES(15)
> 4: PASS   : CipherUnitTest::tripleDES(16)
> 4: PASS   : CipherUnitTest::tripleDES(17)
> 4: PASS   : CipherUnitTest::tripleDES(18)
> 4: PASS   : CipherUnitTest::tripleDES(19)
> 4: PASS   : CipherUnitTest::tripleDES(20)
> 4: PASS   : CipherUnitTest::tripleDES(21)
> 4: PASS   : CipherUnitTest::tripleDES(22)
> 4: PASS   : CipherUnitTest::tripleDES(23)
> 4: PASS   : CipherUnitTest::tripleDES(24)
> 4: PASS   : CipherUnitTest::tripleDES(25)
> 4: PASS   : CipherUnitTest::tripleDES(26)
> 4: PASS   : CipherUnitTest::tripleDES(27)
> 4: PASS   : CipherUnitTest::tripleDES(28)
> 4: PASS   : CipherUnitTest::tripleDES(29)
> 4: PASS   : CipherUnitTest::tripleDES(30)
> 4: PASS   : CipherUnitTest::tripleDES(31)
> 4: PASS   : CipherUnitTest::tripleDES(32)
> 4: PASS   : CipherUnitTest::tripleDES(33)
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 8: PASS   : HashUnitTest::initTestCase()
> 8: QWARN  : HashUnitTest::md2test(md2()) NONE of the providers supports MD2: 
> ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", "qca-softstore", 
> "default")
> 8: PASS   : HashUnitTest::md2test(md2())
> 8: QWARN  : HashUnitTest::md2test(md2(a)) NONE of the providers supports MD2: 
> ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", "qca-softstore", 
> "default")
> 8: PASS   : HashUnitTest::md2test(md2(a))
> 8: QWARN  : HashUnitTest::md2test(md2(abc)) NONE of the providers supports 
> MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", 
> "qca-softstore", "default")
> 8: PASS   : HashUnitTest::md2test(md2(abc))
> 8: QWARN  : HashUnitTest::md2test(md2(messageDigest)) NONE of the providers 
> supports MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", 
> "qca-softstore", "default")
> 8: PASS   : HashUnitTest::md2test(md2(messageDigest))
> 8: QWARN  : HashUnitTest::md2test(md2([a-z])) NONE of the providers supports 
> MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", 
> "qca-softstore", "default")
> 8: PASS   : HashUnitTest::md2test(md2([a-z]))
> 8: QWARN  : HashUnitTest::md2test(md2([A-z,0-9])) NONE of the providers 
> supports MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", 
> "qca-softstore", "default")
> 8: PASS   : HashUnitTest::md2test(md2([A-z,0-9]))
> 8: QWARN  : HashUnitTest::md2test(md2(nums)) NONE of the providers supports 
> MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", 
> "qca-softstore", "default")
> 8: PASS   : HashUnitTest::md2test(md2(nums))
> 8: PASS   : HashUnitTest::md4test(md4())
> 8: PASS   : HashUnitTest::md4test(md4(a))
> 8: PASS   : HashUnitTest::md4test(md4(abc))
> 8: PASS   : HashUnitTest::md4test(md4(messageDigest))
> 8: PASS   : HashUnitTest::md4test(md4([a-z]))
> 8: PASS   : HashUnitTest::md4test(md4([A-z,0-9]))
> 8: PASS   : HashUnitTest::md4test(md4(nums))
> 8: PASS   : HashUnitTest::md5test(md5())
> 8: PASS   : HashUnitTest::md5test(md5(a))
> 8: PASS   : HashUnitTest::md5test(md5(abc))
> 8: PASS   : HashUnitTest::md5test(md5(messageDigest))
> 8: PASS   : HashUnitTest::md5test(md5([a-z]))
> 8: PASS   : HashUnitTest::md5test(md5([A-z,0-9]))
> 8: PASS   : HashUnitTest::md5test(md5(nums))
> 8: PASS   : HashUnitTest::md5filetest()
> 8: QWARN  : HashUnitTest::sha0test(sha0(abc)) NONE of the providers supports 
> SHA0: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", 
> "qca-softstore", "default")
> 8: PASS   : HashUnitTest::sha0test(sha0(abc))
> 8: QWARN  : HashUnitTest::sha0test(sha0(abc)) NONE of the providers supports 
> SHA0: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", "qca-ossl", 
> "qca-softstore", "default")
> 8: PASS   : HashUnitTest::sha0test(sha0(abc))
> 8: PASS   : HashUnitTest::sha0longtest()
> 8: PASS   : HashUnitTest::sha1test(sha1(abc))
> 8: PASS   : HashUnitTest::sha1test(sha1(a-q))
> 8: PASS   : HashUnitTest::sha1test(sha1())
> 8: PASS   : HashUnitTest::sha1test(sha1(a))
> 8: PASS   : HashUnitTest::sha1test(sha1(a-z))
> 8: PASS   : HashUnitTest::sha1longtest()
> 9: ********* Start testing of HexUnitTest *********
> 9: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 9: PASS   : HexUnitTest::initTestCase()
> 9: PASS   : HexUnitTest::testHexString(abcd)
> 9: PASS   : HexUnitTest::testHexString(ABCD)
> 9: PASS   : HexUnitTest::testHexString(empty)
> 9: PASS   : HexUnitTest::testHexString(abcddef)
> 9: PASS   : HexUnitTest::testHexString(empty too)
> 9: PASS   : HexUnitTest::testHexString(BEL)
> 9: PASS   : HexUnitTest::testHexString(BS)
> 9: PASS   : HexUnitTest::testHexString(HT)
> 9: PASS   : HexUnitTest::testHexString(LF)
> 9: PASS   : HexUnitTest::testHexString(VT)
> 9: PASS   : HexUnitTest::testHexString(FF)
> 9: PASS   : HexUnitTest::testHexString(CR)
> 9: PASS   : HexUnitTest::testHexString(bug126735)
> 9: PASS   : HexUnitTest::testIncrementalUpdate()
> 9: PASS   : HexUnitTest::testBrokenInput()
> 9: PASS   : HexUnitTest::cleanupTestCase()
> 9: Totals: 17 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 9: ********* Finished testing of HexUnitTest *********
> 10: ********* Start testing of KDFUnitTest *********
> 10: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 10: PASS   : KDFUnitTest::initTestCase()
>  3/25 Test  #9: HexadecimalConversion ............   Passed    0.02 sec
> test 11
>       Start 11: KeyBundle
> 
> 11: Test command: /<<PKGBUILDDIR>>/build/bin/keybundle
> 11: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 11: Test timeout computed to be: 10000000
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 8: PASS   : HashUnitTest::sha224test(sha224(abc))
> 8: PASS   : HashUnitTest::sha224test(sha224(aq))
> 10: QWARN  : KDFUnitTest::pbkdf1md2Tests(1) NONE of the providers supports 
> PBKDF version 1 with MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", 
> "qca-ossl", "qca-softstore")
> 10: PASS   : KDFUnitTest::pbkdf1md2Tests(1)
> 10: QWARN  : KDFUnitTest::pbkdf1md2Tests(2) NONE of the providers supports 
> PBKDF version 1 with MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", 
> "qca-ossl", "qca-softstore")
> 10: PASS   : KDFUnitTest::pbkdf1md2Tests(2)
> 10: QWARN  : KDFUnitTest::pbkdf1md2Tests(3) NONE of the providers supports 
> PBKDF version 1 with MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", 
> "qca-ossl", "qca-softstore")
> 10: PASS   : KDFUnitTest::pbkdf1md2Tests(3)
> 10: QWARN  : KDFUnitTest::pbkdf1md2Tests(4) NONE of the providers supports 
> PBKDF version 1 with MD2: ("qca-cyrus-sasl", "qca-gnupg", "qca-logger", 
> "qca-ossl", "qca-softstore")
> 10: PASS   : KDFUnitTest::pbkdf1md2Tests(4)
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 10: PASS   : KDFUnitTest::pbkdf1sha1Tests(1)
> 10: PASS   : KDFUnitTest::pbkdf1sha1Tests(2)
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_pkcs7()
> 4: PASS   : CipherUnitTest::des_cbc(1)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(1)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(2)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(3)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(4)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(5)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(6)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(7)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(8)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(9)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(10)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(11)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(12)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(13)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(14)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(15)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(16)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(17)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(18)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(19)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(20)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(21)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(22)
> 10: PASS   : KDFUnitTest::pbkdf1sha1Tests(3)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(23)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(24)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(25)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(26)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(27)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(28)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(29)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(30)
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(31)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(32)
> 4: PASS   : CipherUnitTest::des_cbc_pkcs7(33)
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  794
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_cfb()
> 4: PASS   : CipherUnitTest::des_ofb(1)
> 4: PASS   : CipherUnitTest::des_ofb(2)
> 4: PASS   : CipherUnitTest::des_ofb(3)
> 4: PASS   : CipherUnitTest::des_ofb(4)
> 4: PASS   : CipherUnitTest::blowfish(1)
> 4: PASS   : CipherUnitTest::blowfish(2)
> 4: PASS   : CipherUnitTest::blowfish(3)
> 4: PASS   : CipherUnitTest::blowfish(4)
> 4: PASS   : CipherUnitTest::blowfish(5)
> 4: PASS   : CipherUnitTest::blowfish(6)
> 4: PASS   : CipherUnitTest::blowfish(7)
> 4: PASS   : CipherUnitTest::blowfish(8)
> 4: PASS   : CipherUnitTest::blowfish(9)
> 4: PASS   : CipherUnitTest::blowfish(10)
> 4: PASS   : CipherUnitTest::blowfish(11)
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::blowfish(12)
> 4: PASS   : CipherUnitTest::blowfish(13)
> 4: PASS   : CipherUnitTest::blowfish(14)
> 4: PASS   : CipherUnitTest::blowfish(15)
> 4: PASS   : CipherUnitTest::blowfish(16)
> 4: PASS   : CipherUnitTest::blowfish(17)
> 4: PASS   : CipherUnitTest::blowfish(18)
> 11: ********* Start testing of KeyBundleTest *********
> 11: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 4: PASS   : CipherUnitTest::blowfish(19)
> 4: PASS   : CipherUnitTest::blowfish(20)
> 4: PASS   : CipherUnitTest::blowfish(21)
> 8: PASS   : HashUnitTest::sha224longtest()
> 11: PASS   : KeyBundleTest::initTestCase()
> 8: PASS   : HashUnitTest::sha256test(sha256(abc))
> 8: PASS   : HashUnitTest::sha256test(sha256(abc))
> 4: PASS   : CipherUnitTest::blowfish(22)
> 4: PASS   : CipherUnitTest::blowfish(23)
> 11: PASS   : KeyBundleTest::nullBundle()
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  794
> 4: PASS   : CipherUnitTest::blowfish(24)
> 4: PASS   : CipherUnitTest::blowfish(25)
> 4: PASS   : CipherUnitTest::blowfish(26)
> 4: PASS   : CipherUnitTest::blowfish(27)
> 4: PASS   : CipherUnitTest::blowfish(28)
> 4: PASS   : CipherUnitTest::blowfish(29)
> 4: PASS   : CipherUnitTest::blowfish(30)
> 4: PASS   : CipherUnitTest::blowfish(31)
> 4: PASS   : CipherUnitTest::blowfish(32)
> 4: PASS   : CipherUnitTest::blowfish(33)
> 4: PASS   : CipherUnitTest::blowfish(34)
> 4: PASS   : CipherUnitTest::blowfish(35)
> 4: PASS   : CipherUnitTest::blowfish(36)
> 4: PASS   : CipherUnitTest::blowfish(37)
> 4: PASS   : CipherUnitTest::blowfish(38)
> 4: PASS   : CipherUnitTest::blowfish(39)
> 4: PASS   : CipherUnitTest::blowfish(40)
> 4: PASS   : CipherUnitTest::blowfish(41)
> 4: PASS   : CipherUnitTest::blowfish(42)
> 4: PASS   : CipherUnitTest::blowfish(43)
> 4: PASS   : CipherUnitTest::blowfish(44)
> 4: PASS   : CipherUnitTest::blowfish(45)
> 4: PASS   : CipherUnitTest::blowfish(46)
> 10: PASS   : KDFUnitTest::pbkdf1sha1Tests(4)
> 4: PASS   : CipherUnitTest::blowfish(47)
> 4: PASS   : CipherUnitTest::blowfish(48)
> 4: PASS   : CipherUnitTest::blowfish(49)
> 4: PASS   : CipherUnitTest::blowfish(50)
> 4: PASS   : CipherUnitTest::blowfish(51)
> 4: PASS   : CipherUnitTest::blowfish(52)
> 4: PASS   : CipherUnitTest::blowfish(53)
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 4: PASS   : CipherUnitTest::blowfish(54)
> 4: PASS   : CipherUnitTest::blowfish(55)
> 4: PASS   : CipherUnitTest::blowfish(56)
> 4: PASS   : CipherUnitTest::blowfish(57)
> 4: PASS   : CipherUnitTest::blowfish(58)
> 4: PASS   : CipherUnitTest::blowfish(59)
> 4: PASS   : CipherUnitTest::blowfish(60)
> 4: PASS   : CipherUnitTest::blowfish_cbc(1)
> 4: PASS   : CipherUnitTest::blowfish_cbc(pkcs7)
> 4: PASS   : CipherUnitTest::blowfish_cbc_pkcs7(1)
> 4: PASS   : CipherUnitTest::blowfish_cfb(1)
> 4: PASS   : CipherUnitTest::blowfish_ofb(1)
> 4: PASS   : CipherUnitTest::cast5(128-bit)
> 4: PASS   : CipherUnitTest::cast5(80-bit)
> 4: PASS   : CipherUnitTest::cast5(40-bit)
> 4: PASS   : CipherUnitTest::cleanupTestCase()
> 4: Totals: 485 passed, 0 failed, 0 skipped, 0 blacklisted, 47ms
> 4: ********* Finished testing of CipherUnitTest *********
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
>  4/25 Test  #4: SymmetricCipher ..................   Passed    0.05 sec
> test 12
>       Start 12: KeyGeneration
> 
> 12: Test command: /<<PKGBUILDDIR>>/build/bin/keygenunittest
> 12: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 12: Test timeout computed to be: 10000000
> 8: PASS   : HashUnitTest::sha256longtest()
> 8: PASS   : HashUnitTest::sha384test(sha384(abc))
> 8: PASS   : HashUnitTest::sha384test(sha384(a-u))
> 8: PASS   : HashUnitTest::sha384test(sha384(a-q))
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  794
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  794
> 12: ********* Start testing of KeyGenUnitTest *********
> 12: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 12: PASS   : KeyGenUnitTest::initTestCase()
> 10: PASS   : KDFUnitTest::pbkdf1sha1Tests(5)
> 8: PASS   : HashUnitTest::sha384longtest()
> 8: PASS   : HashUnitTest::sha512test(sha512(abc))
> 8: PASS   : HashUnitTest::sha512test(sha512(a-u))
> 8: PASS   : HashUnitTest::sha512test(sha512(a-q))
> 11: PASS   : KeyBundleTest::fromFile()
> 6: PASS   : DSAUnitTest::testdsa()
> 6: PASS   : DSAUnitTest::cleanupTestCase()
> 11: PASS   : KeyBundleTest::names()
> 8: PASS   : HashUnitTest::sha512longtest()
> 8: PASS   : HashUnitTest::rmd160test(rmd160())
> 8: PASS   : HashUnitTest::rmd160test(rmd160(a))
> 6: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 61ms
> 6: ********* Finished testing of DSAUnitTest *********
> 8: PASS   : HashUnitTest::rmd160test(rmd160(abc))
> 8: PASS   : HashUnitTest::rmd160test(rmd160(md))
> 8: PASS   : HashUnitTest::rmd160test(rmd160(a-z))
> 8: PASS   : HashUnitTest::rmd160test(rmd160(a-q))
> 8: PASS   : HashUnitTest::rmd160test(rmd160(A-9))
> 8: PASS   : HashUnitTest::rmd160test(rmd160(1-0))
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  794
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
>  5/25 Test  #6: DigitalSignatureAlgorithm ........   Passed    0.07 sec
> test 13
>       Start 13: KeyLength
> 
> 13: Test command: /<<PKGBUILDDIR>>/build/bin/keylengthunittest
> 13: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 13: Test timeout computed to be: 10000000
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  794
> 11: PASS   : KeyBundleTest::certChain()
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 3: QDEBUG : CertUnitTest::checkSystemStore() Unknown signature value:  795
> 13: ********* Start testing of KeyLengthUnitTest *********
> 13: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 13: PASS   : KeyLengthUnitTest::initTestCase()
> 13: PASS   : KeyLengthUnitTest::doTest()
> 13: PASS   : KeyLengthUnitTest::cleanupTestCase()
> 13: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 13: ********* Finished testing of KeyLengthUnitTest *********
>  6/25 Test #13: KeyLength ........................   Passed    0.01 sec
> test 14
>       Start 14: KeyStore
> 
> 14: Test command: /<<PKGBUILDDIR>>/build/bin/keystore
> 14: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 14: Test timeout computed to be: 10000000
> 8: PASS   : HashUnitTest::rmd160longtest()
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool())
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool(a))
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool(abc))
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool(md))
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool(a-k))
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool(a-z))
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool(A-9))
> 8: PASS   : HashUnitTest::whirlpooltest(whirlpool(1-0))
> 3: PASS   : CertUnitTest::checkSystemStore()
> 3: PASS   : CertUnitTest::nullCert()
> 3: PASS   : CertUnitTest::noSuchFile()
> 3: PASS   : CertUnitTest::CAcertstest()
> 3: PASS   : CertUnitTest::derCAcertstest()
> 3: PASS   : CertUnitTest::qualitysslcatest()
> 11: PASS   : KeyBundleTest::privKey()
> 11: PASS   : KeyBundleTest::createBundle()
> 11: PASS   : KeyBundleTest::cleanupTestCase()
> 11: Totals: 8 passed, 0 failed, 0 skipped, 0 blacklisted, 40ms
> 11: ********* Finished testing of KeyBundleTest *********
> 14: ********* Start testing of KeyStore *********
> 14: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
>  7/25 Test #11: KeyBundle ........................   Passed    0.05 sec
> test 15
>       Start 15: Logger
> 
> 15: Test command: /<<PKGBUILDDIR>>/build/bin/loggerunittest
> 15: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 15: Test timeout computed to be: 10000000
> 14: PASS   : KeyStore::initTestCase()
> 3: PASS   : CertUnitTest::checkExpiredClientCerts()
> 14: PASS   : KeyStore::nullKeystore()
> 14: PASS   : KeyStore::cleanupTestCase()
> 14: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 5ms
> 14: ********* Finished testing of KeyStore *********
>  8/25 Test #14: KeyStore .........................   Passed    0.01 sec
> test 16
>       Start 16: MessageAuthenticationCode
> 
> 16: Test command: /<<PKGBUILDDIR>>/build/bin/macunittest
> 16: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 16: Test timeout computed to be: 10000000
> 15: ********* Start testing of LoggerUnitTest *********
> 15: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 15: PASS   : LoggerUnitTest::initTestCase()
> 15: PASS   : LoggerUnitTest::basicSetup()
> 15: PASS   : LoggerUnitTest::logText1()
> 15: PASS   : LoggerUnitTest::logText2()
> 15: PASS   : LoggerUnitTest::logBlob()
> 15: XFAIL  : LoggerUnitTest::logLevel() Should fail
> 15:    Loc: [./unittest/logger/loggerunittest.cpp(269)]
> 15: PASS   : LoggerUnitTest::logLevel()
> 15: PASS   : LoggerUnitTest::cleanupTestCase()
> 15: Totals: 7 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 15: ********* Finished testing of LoggerUnitTest *********
> 3: PASS   : CertUnitTest::checkClientCerts()
> 3: PASS   : CertUnitTest::altName()
>  9/25 Test #15: Logger ...........................   Passed    0.01 sec
> test 17
>       Start 17: MetaTypeUnittest
> 
> 17: Test command: /<<PKGBUILDDIR>>/build/bin/metatypeunittest
> 17: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 17: Test timeout computed to be: 10000000
> 3: PASS   : CertUnitTest::extXMPP()
> 3: PASS   : CertUnitTest::checkExpiredServerCerts()
> 12: PASS   : KeyGenUnitTest::testRSA()
> 17: ********* Start testing of MetaTypeUnitTest *********
> 17: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 17: PASS   : MetaTypeUnitTest::initTestCase()
> 17: PASS   : MetaTypeUnitTest::returnTypeTest()
> 17: QWARN  : MetaTypeUnitTest::invokeMethodTest() QMetaObject::invokeMethod: 
> No such method TestClass1::noSuchMethod()
> 17: QWARN  : MetaTypeUnitTest::invokeMethodTest() QMetaObject::invokeMethod: 
> No such method TestClass1::tenArgs(QString,int,int,int,int,int,int,int,int)
> 17: Candidates are:
> 17:     tenArgs(QString,int,int,int,int,int,int,int,int,int)
> 17: PASS   : MetaTypeUnitTest::invokeMethodTest()
> 16: ********* Start testing of MACUnitTest *********
> 16: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 17: PASS   : MetaTypeUnitTest::cleanupTestCase()
> 17: Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 17: ********* Finished testing of MetaTypeUnitTest *********
> 16: PASS   : MACUnitTest::initTestCase()
> 3: PASS   : CertUnitTest::checkServerCerts()
> 10/25 Test #17: MetaTypeUnittest .................   Passed    0.01 sec
> test 18
>       Start 18: PGP
> 
> 18: Test command: /<<PKGBUILDDIR>>/build/bin/pgpunittest
> 18: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 18: Test timeout computed to be: 10000000
> 3: PASS   : CertUnitTest::altNames76()
> 3: PASS   : CertUnitTest::sha256cert()
> 3: PASS   : CertUnitTest::crl()
> 3: PASS   : CertUnitTest::crl2()
> 3: PASS   : CertUnitTest::csr()
> 8: PASS   : HashUnitTest::whirlpoollongtest()
> 8: PASS   : HashUnitTest::cleanupTestCase()
> 8: Totals: 65 passed, 0 failed, 0 skipped, 0 blacklisted, 92ms
> 8: ********* Finished testing of HashUnitTest *********
> 18: ********* Start testing of PgpUnitTest *********
> 18: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 18: SKIP   : PgpUnitTest::initTestCase() unreliable in build environments
> 18:    Loc: [./unittest/pgpunittest/pgpunittest.cpp(131)]
> 18: PASS   : PgpUnitTest::cleanupTestCase()
> 18: Totals: 1 passed, 0 failed, 1 skipped, 0 blacklisted, 0ms
> 18: ********* Finished testing of PgpUnitTest *********
> 11/25 Test  #8: Hashing ..........................   Passed    0.10 sec
> test 19
>       Start 19: PublicKeyInfrastructure
> 
> 19: Test command: /<<PKGBUILDDIR>>/build/bin/pkits
> 19: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 19: Test timeout computed to be: 10000000
> 12/25 Test #18: PGP ..............................   Passed    0.01 sec
> test 20
>       Start 20: RSA
> 
> 20: Test command: /<<PKGBUILDDIR>>/build/bin/rsaunittest
> 20: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 20: Test timeout computed to be: 10000000
> 3: PASS   : CertUnitTest::csr2()
> 3: PASS   : CertUnitTest::cleanupTestCase()
> 3: Totals: 20 passed, 0 failed, 0 skipped, 0 blacklisted, 106ms
> 3: ********* Finished testing of CertUnitTest *********
> 16: WARNING: MACUnitTest::HMACMD5() HMAC(MD5) not supported for qca-gcrypt
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(72)]
> 16: WARNING: MACUnitTest::HMACMD5() HMAC(MD5) not supported for qca-botan
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(72)]
> 16: WARNING: MACUnitTest::HMACMD5() HMAC(MD5) not supported for qca-nss
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(72)]
> 16: PASS   : MACUnitTest::HMACMD5()
> 16: WARNING: MACUnitTest::HMACSHA1() HMAC(SHA1) not supported for qca-gcrypt
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(522)]
> 16: WARNING: MACUnitTest::HMACSHA1() HMAC(SHA1) not supported for qca-botan
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(522)]
> 16: WARNING: MACUnitTest::HMACSHA1() HMAC(SHA1) not supported for qca-nss
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(522)]
> 16: PASS   : MACUnitTest::HMACSHA1()
> 16: WARNING: MACUnitTest::HMACSHA256() HMAC(SHA256) not supported for 
> qca-gcrypt
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(159)]
> 16: WARNING: MACUnitTest::HMACSHA256() HMAC(SHA256) not supported for 
> qca-botan
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(159)]
> 16: WARNING: MACUnitTest::HMACSHA256() HMAC(SHA256) not supported for qca-nss
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(159)]
> 16: PASS   : MACUnitTest::HMACSHA256()
> 16: WARNING: MACUnitTest::HMACSHA224() HMAC(SHA224) not supported for 
> qca-gcrypt
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(246)]
> 16: WARNING: MACUnitTest::HMACSHA224() HMAC(SHA224) not supported for 
> qca-botan
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(246)]
> 16: PASS   : MACUnitTest::HMACSHA224()
> 16: WARNING: MACUnitTest::HMACSHA384() HMAC(SHA384) not supported for 
> qca-gcrypt
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(334)]
> 16: WARNING: MACUnitTest::HMACSHA384() HMAC(SHA384) not supported for 
> qca-botan
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(334)]
> 16: WARNING: MACUnitTest::HMACSHA384() HMAC(SHA384) not supported for qca-nss
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(334)]
> 16: PASS   : MACUnitTest::HMACSHA384()
> 16: WARNING: MACUnitTest::HMACSHA512() HMAC(SHA512) not supported for 
> qca-gcrypt
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(428)]
> 16: WARNING: MACUnitTest::HMACSHA512() HMAC(SHA512) not supported for 
> qca-botan
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(428)]
> 16: WARNING: MACUnitTest::HMACSHA512() HMAC(SHA512) not supported for qca-nss
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(428)]
> 16: PASS   : MACUnitTest::HMACSHA512()
> 16: WARNING: MACUnitTest::HMACRMD160() HMAC(RIPEMD160) not supported for 
> qca-gcrypt
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(608)]
> 16: WARNING: MACUnitTest::HMACRMD160() HMAC(RIPEMD160) not supported for 
> qca-botan
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(608)]
> 16: WARNING: MACUnitTest::HMACRMD160() HMAC(RIPEMD160) not supported for 
> qca-nss
> 16:    Loc: [./unittest/macunittest/macunittest.cpp(608)]
> 16: PASS   : MACUnitTest::HMACRMD160()
> 16: PASS   : MACUnitTest::cleanupTestCase()
> 16: Totals: 9 passed, 0 failed, 0 skipped, 0 blacklisted, 12ms
> 16: ********* Finished testing of MACUnitTest *********
> 13/25 Test  #3: Certificate ......................   Passed    0.11 sec
> test 21
>       Start 21: SecureArray
> 
> 21: Test command: /<<PKGBUILDDIR>>/build/bin/securearrayunittest
> 21: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 21: Test timeout computed to be: 10000000
> 19: ********* Start testing of Pkits *********
> 19: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 19: PASS   : Pkits::initTestCase()
> 14/25 Test #16: MessageAuthenticationCode ........   Passed    0.02 sec
> test 22
>       Start 22: StaticFunctions
> 
> 22: Test command: /<<PKGBUILDDIR>>/build/bin/staticunittest
> 22: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 22: Test timeout computed to be: 10000000
> 20: ********* Start testing of RSAUnitTest *********
> 20: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 20: PASS   : RSAUnitTest::initTestCase()
> 21: ********* Start testing of SecureArrayUnitTest *********
> 21: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 21: PASS   : SecureArrayUnitTest::initTestCase()
> 21: PASS   : SecureArrayUnitTest::testAll()
> 21: PASS   : SecureArrayUnitTest::cleanupTestCase()
> 21: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
> 21: ********* Finished testing of SecureArrayUnitTest *********
> 15/25 Test #21: SecureArray ......................   Passed    0.01 sec
> test 23
>       Start 23: SymmetricKey
> 
> 23: Test command: /<<PKGBUILDDIR>>/build/bin/symmetrickeyunittest
> 23: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 23: Test timeout computed to be: 10000000
> 22: ********* Start testing of StaticUnitTest *********
> 22: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 22: PASS   : StaticUnitTest::initTestCase()
> 22: PASS   : StaticUnitTest::hexConversions()
> 23: ********* Start testing of SymmetricKeyUnitTest *********
> 23: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 23: PASS   : SymmetricKeyUnitTest::initTestCase()
> 22: PASS   : StaticUnitTest::capabilities()
> 22: PASS   : StaticUnitTest::secureMemory()
> 22: PASS   : StaticUnitTest::cleanupTestCase()
> 22: Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 5ms
> 22: ********* Finished testing of StaticUnitTest *********
> 19: PASS   : Pkits::pkits4_1_1()
> 16/25 Test #22: StaticFunctions ..................   Passed    0.01 sec
> test 24
>       Start 24: TransportLayerSecurity
> 
> 24: Test command: /<<PKGBUILDDIR>>/build/bin/tlsunittest
> 24: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 24: Test timeout computed to be: 10000000
> 19: PASS   : Pkits::pkits4_1_2()
> 19: PASS   : Pkits::pkits4_1_3()
> 24: ********* Start testing of TLSUnitTest *********
> 24: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 24: PASS   : TLSUnitTest::initTestCase()
> 19: PASS   : Pkits::pkits4_1_4()
> 23: PASS   : SymmetricKeyUnitTest::test1()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::weakKey()
> 23: PASS   : SymmetricKeyUnitTest::cleanupTestCase()
> 19: FAIL!  : Pkits::pkits4_1_5() Compared values are not the same
> 19:    Loc: [./unittest/pkits/pkits.cpp(298)]
> 23: Totals: 11 passed, 0 failed, 0 skipped, 0 blacklisted, 13ms
> 23: ********* Finished testing of SymmetricKeyUnitTest *********
> 19: PASS   : Pkits::pkits4_1_6()
> 17/25 Test #23: SymmetricKey .....................   Passed    0.02 sec
> test 25
>       Start 25: CryptographicMessageSyntax
> 
> 25: Test command: /<<PKGBUILDDIR>>/build/bin/cms
> 25: Working Directory: /<<PKGBUILDDIR>>/build/bin
> 25: Test timeout computed to be: 10000000
> 19: PASS   : Pkits::pkits4_2_1()
> 19: PASS   : Pkits::pkits4_2_2()
> 24: PASS   : TLSUnitTest::testCipherList()
> 24: PASS   : TLSUnitTest::cleanupTestCase()
> 2: PASS   : BigIntUnitTest::allTests()
> 2: PASS   : BigIntUnitTest::cleanupTestCase()
> 24: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 10ms
> 24: ********* Finished testing of TLSUnitTest *********
> 2: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 137ms
> 2: ********* Finished testing of BigIntUnitTest *********
> 18/25 Test  #2: BigInteger .......................   Passed    0.14 sec
> 19/25 Test #24: TransportLayerSecurity ...........   Passed    0.02 sec
> 19: PASS   : Pkits::pkits4_2_3()
> 25: ********* Start testing of CMSut *********
> 25: Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> 25: PASS   : CMSut::initTestCase()
> 19: PASS   : Pkits::pkits4_2_4()
> 19: PASS   : Pkits::pkits4_2_5()
> 19: PASS   : Pkits::pkits4_2_6()
> 19: PASS   : Pkits::pkits4_2_7()
> 19: PASS   : Pkits::pkits4_2_8()
> 25: PASS   : CMSut::xcrypt(empty)
> 19: PASS   : Pkits::pkits4_3_1()
> 19: PASS   : Pkits::pkits4_3_2()
> 25: PASS   : CMSut::xcrypt(0)
> 19: PASS   : Pkits::pkits4_3_3()
> 25: PASS   : CMSut::xcrypt(07)
> 19: PASS   : Pkits::pkits4_3_4()
> 19: PASS   : Pkits::pkits4_3_5()
> 25: PASS   : CMSut::xcrypt(dubious)
> 19: PASS   : Pkits::pkits4_3_6()
> 19: PASS   : Pkits::pkits4_3_9()
> 25: XFAIL  : CMSut::signverify(empty) On newer openssl verifaction of zero 
> length message always succeeds
> 25:    Loc: [./unittest/cms/cms.cpp(289)]
> 25: PASS   : CMSut::signverify(empty)
> 19: QDEBUG : Pkits::pkits4_4_1() validity:  0
> 19: XFAIL  : Pkits::pkits4_4_1() This should not validate, but it does
> 19:    Loc: [./unittest/pkits/pkits.cpp(1064)]
> 19: PASS   : Pkits::pkits4_4_1()
> 19: QDEBUG : Pkits::pkits4_4_2() validity:  0
> 19: XFAIL  : Pkits::pkits4_4_2() This should not validate, but it does
> 19:    Loc: [./unittest/pkits/pkits.cpp(1109)]
> 19: PASS   : Pkits::pkits4_4_2()
> 25: PASS   : CMSut::signverify(0)
> 19: QDEBUG : Pkits::pkits4_4_3() validity:  0
> 19: XFAIL  : Pkits::pkits4_4_3() This should not validate, but it does
> 19:    Loc: [./unittest/pkits/pkits.cpp(1147)]
> 19: PASS   : Pkits::pkits4_4_3()
> 19: PASS   : Pkits::cleanupTestCase()
> 19: Totals: 25 passed, 1 failed, 0 skipped, 0 blacklisted, 59ms
> 19: ********* Finished testing of Pkits *********
> 20/25 Test #19: PublicKeyInfrastructure ..........***Failed    0.07 sec
> ********* Start testing of Pkits *********
> Config: Using QtTest library 5.15.8, Qt 5.15.8 (x86_64-little_endian-lp64 
> shared (dynamic) release build; by GCC 12.2.0), debian unknown
> PASS   : Pkits::initTestCase()
> PASS   : Pkits::pkits4_1_1()
> PASS   : Pkits::pkits4_1_2()
> PASS   : Pkits::pkits4_1_3()
> PASS   : Pkits::pkits4_1_4()
> FAIL!  : Pkits::pkits4_1_5() Compared values are not the same
>    Loc: [./unittest/pkits/pkits.cpp(298)]
> PASS   : Pkits::pkits4_1_6()
> PASS   : Pkits::pkits4_2_1()
> PASS   : Pkits::pkits4_2_2()
> PASS   : Pkits::pkits4_2_3()
> PASS   : Pkits::pkits4_2_4()
> PASS   : Pkits::pkits4_2_5()
> PASS   : Pkits::pkits4_2_6()
> PASS   : Pkits::pkits4_2_7()
> PASS   : Pkits::pkits4_2_8()
> PASS   : Pkits::pkits4_3_1()
> PASS   : Pkits::pkits4_3_2()
> PASS   : Pkits::pkits4_3_3()
> PASS   : Pkits::pkits4_3_4()
> PASS   : Pkits::pkits4_3_5()
> PASS   : Pkits::pkits4_3_6()
> PASS   : Pkits::pkits4_3_9()
> QDEBUG : Pkits::pkits4_4_1() validity:  0
> XFAIL  : Pkits::pkits4_4_1() This should not validate, but it does
>    Loc: [./unittest/pkits/pkits.cpp(1064)]
> PASS   : Pkits::pkits4_4_1()
> QDEBUG : Pkits::pkits4_4_2() validity:  0
> XFAIL  : Pkits::pkits4_4_2() This should not validate, but it does
>    Loc: [./unittest/pkits/pkits.cpp(1109)]
> PASS   : Pkits::pkits4_4_2()
> QDEBUG : Pkits::pkits4_4_3() validity:  0
> XFAIL  : Pkits::pkits4_4_3() This should not validate, but it does
>    Loc: [./unittest/pkits/pkits.cpp(1147)]
> PASS   : Pkits::pkits4_4_3()
> PASS   : Pkits::cleanupTestCase()
> Totals: 25 passed, 1 failed, 0 skipped, 0 blacklisted, 59ms
> ********* Finished testing of Pkits *********
> 
> 25: PASS   : CMSut::signverify(07)
> 25: PASS   : CMSut::signverify(dubious)
> 25: PASS   : CMSut::signverify_message(empty)
> 25: PASS   : CMSut::signverify_message(0)
> 25: PASS   : CMSut::signverify_message(07)
> 25: PASS   : CMSut::signverify_message(dubious)
> 25: PASS   : CMSut::signverify_message_invalid(empty)
> 25: PASS   : CMSut::signverify_message_invalid(0)
> 25: PASS   : CMSut::signverify_message_invalid(07)
> 25: PASS   : CMSut::signverify_message_invalid(dubious)
> 25: PASS   : CMSut::cleanupTestCase()
> 25: Totals: 18 passed, 0 failed, 0 skipped, 0 blacklisted, 63ms
> 25: ********* Finished testing of CMSut *********
> 21/25 Test #25: CryptographicMessageSyntax .......   Passed    0.07 sec
> 12: PASS   : KeyGenUnitTest::testDSA()
> 12: SKIP   : KeyGenUnitTest::testDH() DH not supported!
> 12:    Loc: [./unittest/keygenunittest/keygenunittest.cpp(134)]
> 12: PASS   : KeyGenUnitTest::cleanupTestCase()
> 12: Totals: 4 passed, 0 failed, 1 skipped, 0 blacklisted, 155ms
> 12: ********* Finished testing of KeyGenUnitTest *********
> 22/25 Test #12: KeyGeneration ....................   Passed    0.16 sec
> 20: PASS   : RSAUnitTest::testrsa()
> 20: PASS   : RSAUnitTest::testAsymmetricEncryption()
> 20: PASS   : RSAUnitTest::cleanupTestCase()
> 20: Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 250ms
> 20: ********* Finished testing of RSAUnitTest *********
> 23/25 Test #20: RSA ..............................   Passed    0.26 sec
> 10: PASS   : KDFUnitTest::pbkdf1sha1TimeTest()
> 10: PASS   : KDFUnitTest::pbkdf2Tests(1)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(2)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(3)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(4)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(5)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(6)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(7)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(8)
> 10: PASS   : KDFUnitTest::pbkdf2Tests(9)
> 10: PASS   : KDFUnitTest::pbkdf2TimeTest()
> 10: PASS   : KDFUnitTest::pbkdf2extraTests()
> 10: PASS   : KDFUnitTest::hkdfTests(1)
> 10: PASS   : KDFUnitTest::hkdfTests(2)
> 10: PASS   : KDFUnitTest::hkdfTests(3)
> 10: PASS   : KDFUnitTest::cleanupTestCase()
> 10: Totals: 26 passed, 0 failed, 0 skipped, 0 blacklisted, 669ms
> 10: ********* Finished testing of KDFUnitTest *********
> 24/25 Test #10: KeyDerivationFunction ............   Passed    0.68 sec
> 7: PASS   : FileWatchUnitTest::filewatchTest()
> 7: PASS   : FileWatchUnitTest::cleanupTestCase()
> 7: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 8012ms
> 7: ********* Finished testing of FileWatchUnitTest *********
> 25/25 Test  #7: FileWatch ........................   Passed    8.02 sec
> 
> 96% tests passed, 1 tests failed out of 25
> 
> Total Test time (real) =   8.03 sec
> 
> The following tests FAILED:
>        19 - PublicKeyInfrastructure (Failed)
> Errors while running CTest
> make[2]: *** [Makefile:74: test] Error 8
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
> dh_auto_test: error: cd build && make -j8 test ARGS\+=--verbose ARGS\+=-j8 
> returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2023/02/16/qca2_2.3.5-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230216;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230216&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: qca2
Source-Version: 2.3.5-2
Done: Pino Toscano <p...@debian.org>

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

Debian distribution maintenance software
pp.
Pino Toscano <p...@debian.org> (supplier of updated qca2 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: Sat, 25 Feb 2023 17:05:23 +0100
Source: qca2
Architecture: source
Version: 2.3.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-...@lists.debian.org>
Changed-By: Pino Toscano <p...@debian.org>
Closes: 1031438
Changes:
 qca2 (2.3.5-2) unstable; urgency=medium
 .
   * Backport upstream commit 714073747c4a3ccff7a8c85c72872bdf6bd3db4a to 
disable
     one test that fails with OpenSSL 3.0.8; patch
     upstream_Remove-test-that-openssl-has-decided-it-s-wrong.patch.
     (Closes: #1031438)
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
   * Update standards version to 4.6.2, no changes needed.
Checksums-Sha1:
 6674e29177c33a45d9d47d38c99a12bdb4a7cf00 2698 qca2_2.3.5-2.dsc
 feb7f92fa1108b8e061d7ef5dc7b80abb9cb4c44 28612 qca2_2.3.5-2.debian.tar.xz
 bbe4e8520e9e12ffbfd97068c0e89b82693e5202 11368 qca2_2.3.5-2_source.buildinfo
Checksums-Sha256:
 49912062b3665f4fe378b6b946fb20f2a5b067bb9a3515f9502fec5af020f0b4 2698 
qca2_2.3.5-2.dsc
 49c027515ebf435dfeb3f7c553ac2aad37cbe9797fc14e6d5988c48f34e4da51 28612 
qca2_2.3.5-2.debian.tar.xz
 f2a59d2affced3b6a36371d363872c0def9635a57f9dcb3d1c365d3a5a5b48dc 11368 
qca2_2.3.5-2_source.buildinfo
Files:
 714fc23c310d1bc160ac08e8e84a50a0 2698 libs optional qca2_2.3.5-2.dsc
 7554a1ad220c7462996d5f1ab4239611 28612 libs optional qca2_2.3.5-2.debian.tar.xz
 3f6d9b723b9f5cc4106b45eeabf027b3 11368 libs optional 
qca2_2.3.5-2_source.buildinfo

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

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmP6MhkACgkQLRkciEOx
P01VgxAAoroNRraE/wu75tgeTHyuQIGuBH2L7m/wpbtmDQDONS/FKsyww3zasmXj
4TvpnJWyALZyzHgat9iKgERQOtSlzT6ibmDsRTbNp/4ujZDL7Nb+DjdeMQlVSzgA
8fbPZkHhYOW2OBFc/d2o6o8yDqA36v5FCIQt+HzkTmvDiTjox3Y73VFIzZJ0RcHB
HGn7RAcvTL0NiMe1eeqST0CvjamxY3fGMRYQluTkK1RjN/CLsU8BEBYj5jPz/ZuC
zFCn9tM9f3S7uzyQ+UEmqOXo1oyeNqz6CQT9wfxwfLa5hUDhZKC4AKU7SpQqfdQ+
0j8O+nMbWn5pRDZdUaoE5ONxpoqD36uShIyg/J4BwpnwTsm4Wd9hOioqKdo2hyLc
kni1jYiMu5CHZtJH/BRcWBSaFBY/ZTPq5epy8X67CU2vHQB+7yKv1Ejzi0SUN3y0
+LPoHa32raEdiHZxgaLntqSQ+Irqck5T+bwFq5QSN6VV8h4a6drta2Adscauv3uV
MmD4Lo2nl13DBM7ila7X+LtONuRRTVUOLkLx9aqcTsXRR5GvpyEQ7/62Ukw84Hmm
D5A1YBPy9USWYwRg8+4HVucDrUe/HykBD3afB+0G0LEV+VjMue5kCQgHuwkV7IDn
paIKy/mkk2JQMuxOsxBMBcwys6rUepd+7jFHdDolm7ZdOy43M9k=
=7eBl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to