New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/23741#issuecomment-662612965 Comment: Failing tests ``` 5/62 Test #5: akonadixml-xmldocumenttest ..................***Failed 0.02 sec QT_HASH_SEED: forced seed value is not 0, cannot guarantee that the hashing functions will produce a stable value.QStandardPaths: wrong permissions on runtime directory /tmp/runtime, 7755 instead of 7700 ********* Start testing of XmlDocumentTest ********* Config: Using QtTest library 5.15.0, Qt 5.15.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0) PASS : XmlDocumentTest::initTestCase() I/O warning : failed to load external entity "" FAIL! : XmlDocumentTest::testDocumentLoad() 'doc.isValid()' returned FALSE. () Loc: [../../../../src/xml/autotests/xmldocumenttest.cpp(35)] PASS : XmlDocumentTest::cleanupTestCase() Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 1ms ********* Finished testing of XmlDocumentTest ********* ``` ``` 42/62 Test #42: mimetypecheckertest .........................***Failed 0.02 sec QT_HASH_SEED: forced seed value is not 0, cannot guarantee that the hashing functions will produce a stable value.QStandardPaths: wrong permissions on runtime directory /tmp/runtime, 7755 instead of 7700 ********* Start testing of MimeTypeCheckerTest ********* Config: Using QtTest library 5.15.0, Qt 5.15.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0) FAIL! : MimeTypeCheckerTest::initTestCase() 'QMimeDatabase().mimeTypeForName(QLatin1String("application/x-vnd.akonadi.calendar.event")).isValid()' returned FALSE. () Loc: [../../../autotests/libs/mimetypecheckertest.cpp(46)] PASS : MimeTypeCheckerTest::cleanupTestCase() Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted, 1ms ********* Finished testing of MimeTypeCheckerTest ********* ``` ``` 60/62 Test #60: AkonadiControl-agenttypetest ................***Failed 0.01 sec QStandardPaths: wrong permissions on runtime directory /tmp/runtime, 7755 instead of 7700 ********* Start testing of AgentTypeTest ********* Config: Using QtTest library 5.15.0, Qt 5.15.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0) PASS : AgentTypeTest::initTestCase() WARNING: AgentTypeTest::testLoad() testdata data/akonaditestresource.desktop could not be located! Loc: [../../../autotests/akonadicontrol/agenttypetest.cpp(60)] FAIL! : AgentTypeTest::testLoad(google contacts resource) 'agentType.load(fileName, nullptr)' returned FALSE. () Loc: [../../../autotests/akonadicontrol/agenttypetest.cpp(70)] PASS : AgentTypeTest::cleanupTestCase() Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 0ms ********* Finished testing of AgentTypeTest ********* ```