New comment by skmpz on void-packages repository https://github.com/void-linux/void-packages/pull/38509#issuecomment-1214344460 Comment: seems better :D now only the tst_qstorage is failing.. ``` ********* Start testing of tst_QStorageInfo ********* Config: Using QtTest library 6.3.1, Qt 6.3.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 10.2.1 20201203), unknown unknown PASS : tst_QStorageInfo::initTestCase() FAIL! : tst_QStorageInfo::defaultValues() '!storage.isRoot()' returned FALSE. () Loc: [/builddir/qtbase-everywhere-src-6.3.1/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp(59)] QINFO : tst_QStorageInfo::dump() Filesystem (Type) Size Available BSize Label Mounted on QINFO : tst_QStorageInfo::dump() /dev/mapper/void_enc-home (ext4) RW 213960016 184044368 4096 subvol=/sk/void-packages /void-packages QINFO : tst_QStorageInfo::dump() cgroup (tmpfs) RW 16390408 16390408 4096 /void-packages/masterdir/sys/fs/cgroup QINFO : tst_QStorageInfo::dump() devtmpfs RW 16351232 16351232 4096 /void-packages/masterdir/dev QINFO : tst_QStorageInfo::dump() tmpfs RW 16390408 16046516 4096 /void-packages/masterdir/dev/shm QINFO : tst_QStorageInfo::dump() /dev/mapper/void_enc-home (ext4) RW 213960016 184044368 4096 subvol=/sk/void-packages/hostdir /host PASS : tst_QStorageInfo::dump() PASS : tst_QStorageInfo::operatorEqual() FAIL! : tst_QStorageInfo::operatorNotEqual() 'storage1 != storage2' returned FALSE. () Loc: [/builddir/qtbase-everywhere-src-6.3.1/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp(126)] FAIL! : tst_QStorageInfo::root() 'storage.isValid()' returned FALSE. () Loc: [/builddir/qtbase-everywhere-src-6.3.1/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp(133)] FAIL! : tst_QStorageInfo::currentStorage() 'storage.isValid()' returned FALSE. () Loc: [/builddir/qtbase-everywhere-src-6.3.1/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp(150)] FAIL! : tst_QStorageInfo::storageList() 'volumes.contains(root)' returned FALSE. () Loc: [/builddir/qtbase-everywhere-src-6.3.1/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp(167)] FAIL! : tst_QStorageInfo::tempFile() 'free != -1' returned FALSE. () Loc: [/builddir/qtbase-everywhere-src-6.3.1/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp(198)] FAIL! : tst_QStorageInfo::caching() 'free != -1' returned FALSE. () Loc: [/builddir/qtbase-everywhere-src-6.3.1/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp(228)] PASS : tst_QStorageInfo::cleanupTestCase() Totals: 4 passed, 7 failed, 0 skipped, 0 blacklisted, 10ms ********* Finished testing of tst_QStorageInfo ********* CMake Error at tst_qstorageinfoWrapperNone.cmake:17 (message): /builddir/qtbase-everywhere-src-6.3.1/build/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo execution failed with exit code 7. ``` ``` Total Test time (real) = 861.99 sec The following tests FAILED: 57 - tst_qstorageinfo (Failed) Errors while running CTest ```