BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/discover/job/kf5-qt5%20FreeBSDQt5.15/112/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Mon, 23 Nov 2020 15:35:40 +0000
Build duration: 1 min 29 sec and counting


CONSOLE OUTPUT
[...truncated 563 lines...]
[2020-11-23T15:37:05.271Z] const int nofScreenshots = KRandom::random() % 5;
[2020-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.271Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:39:1: note: 'random' has been explicitly marked deprecated here
[2020-11-23T15:37:05.271Z] 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-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.271Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:168:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION'
[2020-11-23T15:37:05.271Z] #define KCOREADDONS_DEPRECATED_VERSION(major, minor, text) KCOREADDONS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2020-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.271Z] <scratch space>:50:1: note: expanded from here
[2020-11-23T15:37:05.271Z] KCOREADDONS_DEPRECATED_VERSION_5
[2020-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.271Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:167:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5'
[2020-11-23T15:37:05.271Z] #define KCOREADDONS_DEPRECATED_VERSION_5(minor, text) KCOREADDONS_DEPRECATED_VERSION_5_##minor(text)
[2020-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.271Z] <scratch space>:51:1: note: expanded from here
[2020-11-23T15:37:05.271Z] KCOREADDONS_DEPRECATED_VERSION_5_72
[2020-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.271Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:150:53: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5_72'
[2020-11-23T15:37:05.271Z] # define KCOREADDONS_DEPRECATED_VERSION_5_72(text) KCOREADDONS_DECL_DEPRECATED_TEXT(text)
[2020-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.271Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:42:64: note: expanded from macro 'KCOREADDONS_DECL_DEPRECATED_TEXT'
[2020-11-23T15:37:05.271Z] #define KCOREADDONS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2020-11-23T15:37:05.271Z] ^
[2020-11-23T15:37:05.543Z] gmake[1]: *** [CMakeFiles/Makefile2:537: libdiscover/backends/KNSBackend/CMakeFiles/kns-backend.dir/all] Error 2
[2020-11-23T15:37:05.543Z] gmake[1]: *** Waiting for unfinished jobs....
[2020-11-23T15:37:05.543Z] [ 69%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/dummy-backend.dir/DummyReviewsBackend.cpp.o
[2020-11-23T15:37:05.825Z] [ 70%] Linking CXX executable ../../../../bin/knsbackendtest
[2020-11-23T15:37:05.825Z] 2 warnings generated.
[2020-11-23T15:37:05.825Z] [ 71%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/dummy-backend.dir/DummyTransaction.cpp.o
[2020-11-23T15:37:06.085Z] [ 71%] Built target knsbackendtest
[2020-11-23T15:37:06.085Z] [ 72%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/dummy-backend.dir/DummySourcesBackend.cpp.o
[2020-11-23T15:37:06.374Z] [ 73%] Linking CXX executable ../../../../bin/updatedummytest
[2020-11-23T15:37:06.653Z] [ 73%] Built target updatedummytest
[2020-11-23T15:37:07.684Z] /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-11-23T15:37:07.684Z] auto randomRating = qrand()%10;
[2020-11-23T15:37:07.684Z] ^
[2020-11-23T15:37:07.684Z] /usr/local/include/qt5/QtCore/qglobal.h:1277:15: note: 'qrand' has been explicitly marked deprecated here
[2020-11-23T15:37:07.684Z] Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
[2020-11-23T15:37:07.684Z] ^
[2020-11-23T15:37:07.684Z] /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2020-11-23T15:37:07.684Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2020-11-23T15:37:07.684Z] ^
[2020-11-23T15:37:07.684Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2020-11-23T15:37:07.684Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2020-11-23T15:37:07.684Z] ^
[2020-11-23T15:37:07.684Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2020-11-23T15:37:07.684Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2020-11-23T15:37:07.684Z] ^
[2020-11-23T15:37:07.942Z] 1 warning generated.
[2020-11-23T15:37:08.201Z] /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-11-23T15:37:08.201Z] setProgress(qBound(0, progress()+(KRandom::random()%30), 100));
[2020-11-23T15:37:08.201Z] ^
[2020-11-23T15:37:08.201Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:39:1: note: 'random' has been explicitly marked deprecated here
[2020-11-23T15:37:08.201Z] 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-11-23T15:37:08.201Z] ^
[2020-11-23T15:37:08.201Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:168:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION'
[2020-11-23T15:37:08.201Z] #define KCOREADDONS_DEPRECATED_VERSION(major, minor, text) KCOREADDONS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2020-11-23T15:37:08.201Z] ^
[2020-11-23T15:37:08.201Z] <scratch space>:295:1: note: expanded from here
[2020-11-23T15:37:08.201Z] KCOREADDONS_DEPRECATED_VERSION_5
[2020-11-23T15:37:08.201Z] ^
[2020-11-23T15:37:08.201Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:167:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5'
[2020-11-23T15:37:08.201Z] #define KCOREADDONS_DEPRECATED_VERSION_5(minor, text) KCOREADDONS_DEPRECATED_VERSION_5_##minor(text)
[2020-11-23T15:37:08.202Z] ^
[2020-11-23T15:37:08.202Z] <scratch space>:296:1: note: expanded from here
[2020-11-23T15:37:08.202Z] KCOREADDONS_DEPRECATED_VERSION_5_72
[2020-11-23T15:37:08.202Z] ^
[2020-11-23T15:37:08.202Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:150:53: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5_72'
[2020-11-23T15:37:08.202Z] # define KCOREADDONS_DEPRECATED_VERSION_5_72(text) KCOREADDONS_DECL_DEPRECATED_TEXT(text)
[2020-11-23T15:37:08.202Z] ^
[2020-11-23T15:37:08.202Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:42:64: note: expanded from macro 'KCOREADDONS_DECL_DEPRECATED_TEXT'
[2020-11-23T15:37:08.202Z] #define KCOREADDONS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2020-11-23T15:37:08.202Z] ^
[2020-11-23T15:37:08.460Z] 1 warning generated.
[2020-11-23T15:37:08.460Z] /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-11-23T15:37:08.460Z] QVERIFY(i==0 || value <= lastRatingCount);
[2020-11-23T15:37:08.460Z] ^
[2020-11-23T15:37:08.460Z] /usr/local/include/qt5/QtCore/qvariant.h:469:5: note: 'operator<=' has been explicitly marked deprecated here
[2020-11-23T15:37:08.460Z] QT_DEPRECATED inline bool operator<=(const QVariant &v) const
[2020-11-23T15:37:08.460Z] ^
[2020-11-23T15:37:08.460Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2020-11-23T15:37:08.460Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2020-11-23T15:37:08.460Z] ^
[2020-11-23T15:37:08.460Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2020-11-23T15:37:08.461Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2020-11-23T15:37:08.461Z] ^
[2020-11-23T15:37:08.719Z] [ 74%] Linking CXX shared module ../../../bin/dummy-backend.so
[2020-11-23T15:37:08.719Z] [ 74%] Built target dummy-backend
[2020-11-23T15:37:08.977Z] 1 warning generated.
[2020-11-23T15:37:09.235Z] [ 75%] Linking CXX executable ../../../../bin/dummytest
[2020-11-23T15:37:09.235Z] [ 75%] Built target dummytest
[2020-11-23T15:37:09.235Z] gmake: *** [Makefile:161: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-11-23T15:37:09.263Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to