BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/discover/job/kf5-qt5%20SUSEQt5.15/76/
Project: kf5-qt5 SUSEQt5.15
Date of build: Thu, 01 Oct 2020 20:57:00 +0000
Build duration: 1 min 2 sec and counting


CONSOLE OUTPUT
[...truncated 626 lines...]
[2020-10-01T20:57:56.678Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/tests/DummyTest.cpp:20:
[2020-10-01T20:57:56.678Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/tests/DummyTest.cpp: In member function ���void DummyTest::testProxySorting()���:
[2020-10-01T20:57:56.678Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/tests/DummyTest.cpp:126:34: warning: ���bool QVariant::operator<=(const QVariant&) const��� is deprecated [-Wdeprecated-declarations]
[2020-10-01T20:57:56.678Z] 126 | QVERIFY(i==0 || value <= lastRatingCount);
[2020-10-01T20:57:56.678Z] | ^~~~~~~~~~~~~~~
[2020-10-01T20:57:56.678Z] In file included from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
[2020-10-01T20:57:56.678Z] from /usr/include/qt5/QtGui/qstandarditemmodel.h:44,
[2020-10-01T20:57:56.678Z] from /usr/include/qt5/QtGui/QStandardItemModel:1,
[2020-10-01T20:57:56.678Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/ResourcesUpdatesModel.h:10,
[2020-10-01T20:57:56.678Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/tests/DummyTest.cpp:9:
[2020-10-01T20:57:56.678Z] /usr/include/qt5/QtCore/qvariant.h:469:31: note: declared here
[2020-10-01T20:57:56.678Z] 469 | QT_DEPRECATED inline bool operator<=(const QVariant &v) const
[2020-10-01T20:57:56.678Z] | ^~~~~~~~
[2020-10-01T20:57:56.678Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyReviewsBackend.cpp: In member function ���void DummyReviewsBackend::initialize()���:
[2020-10-01T20:57:56.678Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyReviewsBackend.cpp:45:35: warning: ���int qrand()��� is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
[2020-10-01T20:57:56.678Z] 45 | auto randomRating = qrand()%10;
[2020-10-01T20:57:56.678Z] | ^
[2020-10-01T20:57:56.678Z] In file included from /usr/include/qt5/QtCore/qnamespace.h:43,
[2020-10-01T20:57:56.678Z] from /usr/include/qt5/QtCore/qobjectdefs.h:48,
[2020-10-01T20:57:56.678Z] from /usr/include/qt5/QtCore/qobject.h:46,
[2020-10-01T20:57:56.678Z] from /usr/include/qt5/QtCore/QObject:1,
[2020-10-01T20:57:56.678Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/ReviewsBackend/AbstractReviewsBackend.h:10,
[2020-10-01T20:57:56.678Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyReviewsBackend.h:10,
[2020-10-01T20:57:56.678Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyReviewsBackend.cpp:7:
[2020-10-01T20:57:56.678Z] /usr/include/qt5/QtCore/qglobal.h:1279:80: note: declared here
[2020-10-01T20:57:56.678Z] 1279 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
[2020-10-01T20:57:56.678Z] | ^~~~~
[2020-10-01T20:57:56.934Z] [ 77%] Building CXX object libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/KNSBackend.cpp.o
[2020-10-01T20:57:57.190Z] [ 77%] Built target plasma-discover-update
[2020-10-01T20:57:57.190Z] Scanning dependencies of target fwupd-backend
[2020-10-01T20:57:57.190Z] [ 78%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/dummy-backend.dir/DummySourcesBackend.cpp.o
[2020-10-01T20:57:57.445Z] [ 79%] Building CXX object libdiscover/backends/FwupdBackend/CMakeFiles/fwupd-backend.dir/fwupd-backend_autogen/mocs_compilation.cpp.o
[2020-10-01T20:57:57.445Z] [ 79%] Building CXX object libdiscover/backends/FwupdBackend/CMakeFiles/fwupd-backend.dir/FwupdResource.cpp.o
[2020-10-01T20:57:57.445Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyTransaction.cpp: In member function ���void DummyTransaction::iterateTransaction()���:
[2020-10-01T20:57:57.445Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyTransaction.cpp:37:52: warning: ���int KRandom::random()��� is deprecated: Since 5.72. Use QRandomGenerator::global(). The 1:1 port is bounded(RAND_MAX) but check see all the methods that QRandomGenerator provides. [-Wdeprecated-declarations]
[2020-10-01T20:57:57.445Z] 37 | setProgress(qBound(0, progress()+(KRandom::random()%30), 100));
[2020-10-01T20:57:57.445Z] | ^~~~~~
[2020-10-01T20:57:57.445Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KRandom:1,
[2020-10-01T20:57:57.445Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyTransaction.cpp:12:
[2020-10-01T20:57:57.445Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:40:24: note: declared here
[2020-10-01T20:57:57.445Z] 40 | KCOREADDONS_EXPORT int random();
[2020-10-01T20:57:57.445Z] | ^~~~~~
[2020-10-01T20:57:57.445Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyTransaction.cpp:37:59: warning: ���int KRandom::random()��� is deprecated: Since 5.72. Use QRandomGenerator::global(). The 1:1 port is bounded(RAND_MAX) but check see all the methods that QRandomGenerator provides. [-Wdeprecated-declarations]
[2020-10-01T20:57:57.445Z] 37 | setProgress(qBound(0, progress()+(KRandom::random()%30), 100));
[2020-10-01T20:57:57.445Z] | ^
[2020-10-01T20:57:57.445Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KRandom:1,
[2020-10-01T20:57:57.445Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/DummyBackend/DummyTransaction.cpp:12:
[2020-10-01T20:57:57.445Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:40:24: note: declared here
[2020-10-01T20:57:57.445Z] 40 | KCOREADDONS_EXPORT int random();
[2020-10-01T20:57:57.445Z] | ^~~~~~
[2020-10-01T20:57:57.701Z] [ 80%] Building CXX object libdiscover/backends/FwupdBackend/CMakeFiles/fwupd-backend.dir/FwupdBackend.cpp.o
[2020-10-01T20:57:57.701Z] [ 81%] Building CXX object libdiscover/backends/FwupdBackend/CMakeFiles/fwupd-backend.dir/FwupdTransaction.cpp.o
[2020-10-01T20:57:57.963Z] [ 82%] Linking CXX executable ../bin/plasma-discover-exporter
[2020-10-01T20:57:58.218Z] [ 82%] Building CXX object discover/CMakeFiles/plasma-discover.dir/discover_debug.cpp.o
[2020-10-01T20:57:58.218Z] [ 83%] Linking CXX executable ../../bin/CategoriesTest
[2020-10-01T20:57:58.473Z] [ 84%] Linking CXX executable ../../../../bin/updatedummytest
[2020-10-01T20:57:58.728Z] [ 85%] Linking CXX executable ../../../../bin/dummytest
[2020-10-01T20:57:58.728Z] [ 85%] Built target plasma-discover-exporter
[2020-10-01T20:57:58.728Z] [ 86%] Building CXX object discover/CMakeFiles/plasma-discover.dir/discoversettings.cpp.o
[2020-10-01T20:57:58.728Z] [ 86%] Linking CXX shared module ../../../bin/dummy-backend.so
[2020-10-01T20:57:58.984Z] [ 86%] Built target CategoriesTest
[2020-10-01T20:57:58.984Z] [ 87%] Building CXX object discover/CMakeFiles/plasma-discover.dir/plasmauserfeedback.cpp.o
[2020-10-01T20:57:59.240Z] [ 88%] Building CXX object discover/CMakeFiles/plasma-discover.dir/main.cpp.o
[2020-10-01T20:57:59.240Z] [ 88%] Built target dummytest
[2020-10-01T20:57:59.240Z] [ 89%] Building CXX object discover/CMakeFiles/plasma-discover.dir/DiscoverObject.cpp.o
[2020-10-01T20:57:59.240Z] [ 89%] Built target updatedummytest
[2020-10-01T20:57:59.240Z] [ 89%] Building CXX object discover/CMakeFiles/plasma-discover.dir/DiscoverDeclarativePlugin.cpp.o
[2020-10-01T20:57:59.496Z] [ 90%] Building CXX object libdiscover/backends/FwupdBackend/CMakeFiles/fwupd-backend.dir/FwupdSourcesBackend.cpp.o
[2020-10-01T20:57:59.496Z] [ 90%] Built target dummy-backend
[2020-10-01T20:57:59.496Z] [ 91%] Building CXX object libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/KNSResource.cpp.o
[2020-10-01T20:57:59.496Z] [ 92%] Building CXX object discover/CMakeFiles/plasma-discover.dir/FeaturedModel.cpp.o
[2020-10-01T20:57:59.496Z] [ 92%] Linking CXX executable ../../../../bin/knsbackendtest
[2020-10-01T20:58:00.058Z] [ 93%] Building CXX object discover/CMakeFiles/plasma-discover.dir/PaginateModel.cpp.o
[2020-10-01T20:58:00.058Z] [ 94%] Building CXX object discover/CMakeFiles/plasma-discover.dir/UnityLauncher.cpp.o
[2020-10-01T20:58:00.313Z] [ 94%] Built target knsbackendtest
[2020-10-01T20:58:00.313Z] [ 94%] Building CXX object libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/KNSReviews.cpp.o
[2020-10-01T20:58:00.313Z] [ 94%] Building CXX object discover/CMakeFiles/plasma-discover.dir/ReadFile.cpp.o
[2020-10-01T20:58:00.313Z] [ 95%] Building CXX object discover/CMakeFiles/plasma-discover.dir/plasma-discover_autogen/EWIEGA46WW/qrc_resources.cpp.o
[2020-10-01T20:58:00.568Z] [ 96%] Building CXX object discover/CMakeFiles/plasma-discover.dir/plasma-discover_autogen/EWIEGA46WW/qrc_assets.cpp.o
[2020-10-01T20:58:00.568Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/KNSBackend/KNSResource.cpp: In member function ���virtual QString KNSResource::availableVersion() const���:
[2020-10-01T20:58:00.568Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/backends/KNSBackend/KNSResource.cpp:149:40: error: ���class QDate��� has no member named ���isEmpty���
[2020-10-01T20:58:00.568Z] 149 | : m_entry.updateReleaseDate().isEmpty() ? m_entry.updateReleaseDate().toString()
[2020-10-01T20:58:00.568Z] | ^~~~~~~
[2020-10-01T20:58:00.823Z] make[2]: *** [libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/build.make:108: libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/KNSResource.cpp.o] Error 1
[2020-10-01T20:58:00.823Z] make[2]: *** Waiting for unfinished jobs....
[2020-10-01T20:58:01.746Z] [ 97%] Linking CXX shared module ../../../bin/fwupd-backend.so
[2020-10-01T20:58:02.001Z] [ 97%] Built target fwupd-backend
[2020-10-01T20:58:02.256Z] make[1]: *** [CMakeFiles/Makefile2:558: libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/all] Error 2
[2020-10-01T20:58:02.256Z] make[1]: *** Waiting for unfinished jobs....
[2020-10-01T20:58:03.185Z] [ 98%] Linking CXX executable ../bin/plasma-discover
[2020-10-01T20:58:04.109Z] [ 98%] Built target plasma-discover
[2020-10-01T20:58:04.109Z] make: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-10-01T20:58:04.265Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to