BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/discover/job/kf5-qt5%20FreeBSDQt5.15/72/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Thu, 01 Oct 2020 20:57:01 +0000
Build duration: 42 sec and counting


CONSOLE OUTPUT
[...truncated 602 lines...]
[2020-10-01T20:57:39.832Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:42:64: note: expanded from macro 'KCOREADDONS_DECL_DEPRECATED_TEXT'
[2020-10-01T20:57:39.832Z] #define KCOREADDONS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2020-10-01T20:57:39.832Z] ^
[2020-10-01T20:57:40.093Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/backends/DummyBackend/DummyReviewsBackend.cpp:45:29: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
[2020-10-01T20:57:40.093Z] auto randomRating = qrand()%10;
[2020-10-01T20:57:40.093Z] ^
[2020-10-01T20:57:40.093Z] /usr/local/include/qt5/QtCore/qglobal.h:1277:15: note: 'qrand' has been explicitly marked deprecated here
[2020-10-01T20:57:40.093Z] Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
[2020-10-01T20:57:40.093Z] ^
[2020-10-01T20:57:40.093Z] /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2020-10-01T20:57:40.093Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2020-10-01T20:57:40.093Z] ^
[2020-10-01T20:57:40.093Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2020-10-01T20:57:40.093Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2020-10-01T20:57:40.093Z] ^
[2020-10-01T20:57:40.093Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2020-10-01T20:57:40.093Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2020-10-01T20:57:40.093Z] ^
[2020-10-01T20:57:40.093Z] [ 84%] Linking CXX executable ../../../../bin/knsbackendtest
[2020-10-01T20:57:40.373Z] 1 warning generated.
[2020-10-01T20:57:40.373Z] [ 84%] Building CXX object libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/KNSReviews.cpp.o
[2020-10-01T20:57:40.373Z] 2 warnings generated.
[2020-10-01T20:57:40.373Z] [ 84%] Built target knsbackendtest
[2020-10-01T20:57:40.373Z] [ 84%] Building CXX object discover/CMakeFiles/plasma-discover.dir/discover_debug.cpp.o
[2020-10-01T20:57:40.373Z] [ 85%] Building CXX object discover/CMakeFiles/plasma-discover.dir/discoversettings.cpp.o
[2020-10-01T20:57:40.654Z] [ 86%] Building CXX object discover/CMakeFiles/plasma-discover.dir/plasmauserfeedback.cpp.o
[2020-10-01T20:57:40.654Z] [ 87%] Linking CXX executable ../../bin/CategoriesTest
[2020-10-01T20:57:40.654Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/backends/DummyBackend/DummyTransaction.cpp:37:52: warning: '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:40.654Z] setProgress(qBound(0, progress()+(KRandom::random()%30), 100));
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.654Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:39:1: note: 'random' has been explicitly marked deprecated here
[2020-10-01T20:57:40.654Z] KCOREADDONS_DEPRECATED_VERSION(5, 72, "Use QRandomGenerator::global(). The 1:1 port is bounded(RAND_MAX) but check see all the methods that QRandomGenerator provides.")
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.654Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:162:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION'
[2020-10-01T20:57:40.654Z] #define KCOREADDONS_DEPRECATED_VERSION(major, minor, text) KCOREADDONS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.654Z] <scratch space>:295:1: note: expanded from here
[2020-10-01T20:57:40.654Z] KCOREADDONS_DEPRECATED_VERSION_5
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.654Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:161:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5'
[2020-10-01T20:57:40.654Z] #define KCOREADDONS_DEPRECATED_VERSION_5(minor, text) KCOREADDONS_DEPRECATED_VERSION_5_##minor(text)
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.654Z] <scratch space>:296:1: note: expanded from here
[2020-10-01T20:57:40.654Z] KCOREADDONS_DEPRECATED_VERSION_5_72
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.654Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:150:53: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5_72'
[2020-10-01T20:57:40.654Z] # define KCOREADDONS_DEPRECATED_VERSION_5_72(text) KCOREADDONS_DECL_DEPRECATED_TEXT(text)
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.654Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:42:64: note: expanded from macro 'KCOREADDONS_DECL_DEPRECATED_TEXT'
[2020-10-01T20:57:40.654Z] #define KCOREADDONS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2020-10-01T20:57:40.654Z] ^
[2020-10-01T20:57:40.929Z] [ 87%] Built target CategoriesTest
[2020-10-01T20:57:40.929Z] [ 88%] Building CXX object discover/CMakeFiles/plasma-discover.dir/main.cpp.o
[2020-10-01T20:57:40.929Z] 1 warning generated.
[2020-10-01T20:57:40.929Z] [ 89%] Building CXX object discover/CMakeFiles/plasma-discover.dir/DiscoverObject.cpp.o
[2020-10-01T20:57:40.929Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/backends/DummyBackend/tests/DummyTest.cpp:126:31: warning: 'operator<=' is deprecated [-Wdeprecated-declarations]
[2020-10-01T20:57:40.929Z] QVERIFY(i==0 || value <= lastRatingCount);
[2020-10-01T20:57:40.929Z] ^
[2020-10-01T20:57:40.929Z] /usr/local/include/qt5/QtCore/qvariant.h:469:5: note: 'operator<=' has been explicitly marked deprecated here
[2020-10-01T20:57:40.929Z] QT_DEPRECATED inline bool operator<=(const QVariant &v) const
[2020-10-01T20:57:40.929Z] ^
[2020-10-01T20:57:40.929Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2020-10-01T20:57:40.929Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2020-10-01T20:57:40.929Z] ^
[2020-10-01T20:57:40.929Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2020-10-01T20:57:40.929Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2020-10-01T20:57:40.929Z] ^
[2020-10-01T20:57:41.187Z] [ 90%] Linking CXX shared module ../../../bin/dummy-backend.so
[2020-10-01T20:57:41.187Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/backends/KNSBackend/KNSResource.cpp:149:40: error: no member named 'isEmpty' in 'QDate'
[2020-10-01T20:57:41.187Z] : m_entry.updateReleaseDate().isEmpty() ? m_entry.updateReleaseDate().toString()
[2020-10-01T20:57:41.187Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
[2020-10-01T20:57:41.187Z] [ 90%] Built target dummy-backend
[2020-10-01T20:57:41.187Z] [ 91%] Building CXX object discover/CMakeFiles/plasma-discover.dir/DiscoverDeclarativePlugin.cpp.o
[2020-10-01T20:57:41.454Z] 1 error generated.
[2020-10-01T20:57:41.454Z] gmake[2]: *** [libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/build.make:109: libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/KNSResource.cpp.o] Error 1
[2020-10-01T20:57:41.454Z] gmake[2]: *** Waiting for unfinished jobs....
[2020-10-01T20:57:41.454Z] [ 92%] Building CXX object discover/CMakeFiles/plasma-discover.dir/FeaturedModel.cpp.o
[2020-10-01T20:57:41.454Z] [ 92%] Building CXX object discover/CMakeFiles/plasma-discover.dir/PaginateModel.cpp.o
[2020-10-01T20:57:41.722Z] [ 93%] Building CXX object discover/CMakeFiles/plasma-discover.dir/UnityLauncher.cpp.o
[2020-10-01T20:57:41.722Z] 1 warning generated.
[2020-10-01T20:57:41.722Z] [ 93%] Linking CXX executable ../../../../bin/dummytest
[2020-10-01T20:57:41.722Z] [ 94%] Building CXX object discover/CMakeFiles/plasma-discover.dir/ReadFile.cpp.o
[2020-10-01T20:57:41.723Z] [ 95%] Building CXX object discover/CMakeFiles/plasma-discover.dir/plasma-discover_autogen/EWIEGA46WW/qrc_resources.cpp.o
[2020-10-01T20:57:41.723Z] [ 95%] Built target dummytest
[2020-10-01T20:57:41.723Z] [ 96%] Building CXX object discover/CMakeFiles/plasma-discover.dir/plasma-discover_autogen/EWIEGA46WW/qrc_assets.cpp.o
[2020-10-01T20:57:41.981Z] [ 97%] Linking CXX executable ../../../../bin/updatedummytest
[2020-10-01T20:57:42.242Z] [ 97%] Built target updatedummytest
[2020-10-01T20:57:42.242Z] gmake[1]: *** [CMakeFiles/Makefile2:537: libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/all] Error 2
[2020-10-01T20:57:42.242Z] gmake[1]: *** Waiting for unfinished jobs....
[2020-10-01T20:57:44.150Z] [ 98%] Linking CXX executable ../bin/plasma-discover
[2020-10-01T20:57:44.150Z] [ 98%] Built target plasma-discover
[2020-10-01T20:57:44.150Z] gmake: *** [Makefile:161: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-10-01T20:57:44.184Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to