New comment by RunningDroid on void-packages repository https://github.com/void-linux/void-packages/pull/36761#issuecomment-1140368008 Comment: Rebasing caused a test to fail: ``` => kdeconnect-22.04.1_1: running do_check ... [0/1] Running tests... Test project /builddir/kdeconnect-kde-22.04.1/build Start 1: pluginloadtest 1/3 Test #1: pluginloadtest ................... Passed 0.09 sec Start 2: sendfiletest 2/3 Test #2: sendfiletest .....................***Failed 0.06 sec QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' ********* Start testing of TestSendFile ********* Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 10.2.1 20201203), unknown unknown PASS : TestSendFile::initTestCase() FAIL! : TestSendFile::testSend() 'plugin' returned FALSE. () Loc: [/builddir/kdeconnect-kde-22.04.1/tests/sendfiletest.cpp(67)] QWARN : TestSendFile::testSslJobs() QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' PASS : TestSendFile::testSslJobs() PASS : TestSendFile::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped, 0 blacklisted, 26ms ********* Finished testing of TestSendFile ********* Start 3: testsocketlinereader 3/3 Test #3: testsocketlinereader ............. Passed 4.16 sec 67% tests passed, 1 tests failed out of 3 Total Test time (real) = 4.31 sec The following tests FAILED: 2 - sendfiletest (Failed) Errors while running CTest FAILED: CMakeFiles/test.util cd /builddir/kdeconnect-kde-22.04.1/build && /usr/bin/ctest --force-new-ctest-process ninja: build stopped: subcommand failed. => ERROR: kdeconnect-22.04.1_1: do_check: '${make_check_pre} ${make_cmd} ${make_check_args} ${make_check_target}' exited with 1 => ERROR: in do_check() at common/build-style/cmake.sh:119 ``` I'm rebuilding it locally to see if it's a transient error, if it's not then I might not be able to get to it right away.