Tests are failing for me on both this package and the qt5 one (built via aurutils in chroot):
Start 3: syncthingmodel-qt6_run_models_tests
3: Test command: /build/syncthingtray-qt6/src/syncthingtray-1.6.2/syncthingmodel/syncthingmodel-qt6_models_tests
3: Working Directory: /build/syncthingtray-qt6/src/syncthingtray-1.6.2/syncthingmodel
3: Test timeout computed to be: 10000000
3: /build/syncthingtray-qt6/src/syncthingtray-1.6.2/syncthingmodel/../syncthingconnector/testfiles/
3: ./testfiles/
3: Directory used to store working copies:
3: ./testfiles/workingdir/
3: ********* Start testing of ModelTests *********
3: Config: Using QtTest library 6.7.2, Qt 6.7.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.1 20240805), arch unknown
3: PASS : ModelTests::initTestCase()
3: PASS : ModelTests::testDirectoryModel()
3: PASS : ModelTests::testDevicesModel()
3: QDEBUG : ModelTests::testFileModel() connection error: "Unable to query ignore patterns of \"GXWxf-3zgnU\": No mockup reply available for this request."
3: QWARN : ModelTests::testFileModel() qt.svg: Cannot open file ':/icons/hicolor/scalable/actions/view-refresh.svg', because: No such file or directory
3: QWARN : ModelTests::testFileModel() qt.svg: Cannot open file ':/icons/hicolor/scalable/actions/view-refresh.svg', because: No such file or directory
3: QWARN : ModelTests::testFileModel() qt.svg: Cannot open file ':/icons/hicolor/scalable/places/folder-open.svg', because: No such file or directory
3: QWARN : ModelTests::testFileModel() qt.svg: Cannot open file ':/icons/hicolor/scalable/places/folder-open.svg', because: No such file or directory
3: QWARN : ModelTests::testFileModel() qt.svg: Cannot open file ':/icons/hicolor/scalable/places/edit-copy.svg', because: No such file or directory
3: QWARN : ModelTests::testFileModel() qt.svg: Cannot open file ':/icons/hicolor/scalable/places/edit-copy.svg', because: No such file or directory
3: FAIL! : ModelTests::testFileModel() Compared values are not the same
3: Actual (type) : "info"
3: Expected (QStringLiteral("error")): "error"
3: Loc: [/usr/src/debug/syncthingtray-qt6/syncthingtray-1.6.2/syncthingmodel/tests/models.cpp(369)]
3: PASS : ModelTests::cleanupTestCase()
3: Totals: 4 passed, 1 failed, 0 skipped, 0 blacklisted, 35ms
3: ********* Finished testing of ModelTests *********
3/4 Test #3: syncthingmodel-qt6_run_models_tests .....***Failed 0.06 sec
Pinned Comments
Martchus commented on 2023-11-21 23:20 (UTC) (edited on 2024-10-21 15:10 (UTC) by Martchus)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff
Important remarks:
pkgrel
of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).syncthingtray-qt6
broken until it has been rebuilt) or to uninstallsyncthingtray-qt6
temporarily before the update. After the updatesyncthingtray-qt6
can be rebuilt and reinstalled again.makechrootpkg
which is also how official developers build their packages (and how packages in my binary repository are built).c++utilities
,qtutilities-qt6
,qtforkawesome-qt6
andsyncthingtray-qt6
in that order.makepkg --nocheck
ormakechrootpkg -- --nocheck
. It makes still sense to report failures. But please include the actual error message and not just the last few lines.