CONSOLE OUTPUT
|
[...truncated 3142 lines...] |
[2021-05-11T23:48:16.746Z] [ 50%] Building CXX object kcms/access/CMakeFiles/kcm_access.dir/kcmaccessibilitydata.cpp.o |
[2021-05-11T23:48:16.746Z] [ 50%] Built target kcm_clock |
[2021-05-11T23:48:17.329Z] 2 warnings generated. |
[2021-05-11T23:48:17.329Z] [ 50%] Linking CXX shared module ../../bin/kcm_launchfeedback.so |
[2021-05-11T23:48:17.590Z] [ 50%] Built target kcm_launchfeedback |
[2021-05-11T23:48:17.590Z] [ 50%] Linking CXX shared module ../../bin/kcm_splashscreen.so |
[2021-05-11T23:48:17.590Z] [ 50%] Built target kcm_splashscreen |
[2021-05-11T23:48:17.590Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:32: |
[2021-05-11T23:48:17.590Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/x11_helper.h:29:9: warning: keyword is hidden by macro definition [-Wkeyword-macro] |
[2021-05-11T23:48:17.590Z] #define explicit explicit_is_keyword_in_cpp |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:42:29: warning: 'QXmlDefaultHandler' is deprecated [-Wdeprecated-declarations] |
[2021-05-11T23:48:17.590Z] class RulesHandler : public QXmlDefaultHandler |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtXml/qxml.h:407:7: note: 'QXmlDefaultHandler' has been explicitly marked deprecated here |
[2021-05-11T23:48:17.590Z] class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlDefaultHandler : public QXmlContentHandler, |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtCore/qglobal.h:385:45: note: expanded from macro 'QT_DEPRECATED_VERSION' |
[2021-05-11T23:48:17.590Z] #define QT_DEPRECATED_VERSION(major, minor) QT_DEPRECATED_VERSION_##major(minor) |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] <scratch space>:33:1: note: expanded from here |
[2021-05-11T23:48:17.590Z] QT_DEPRECATED_VERSION_5 |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtCore/qglobal.h:384:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5' |
[2021-05-11T23:48:17.590Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtCore/qglobal.h:375:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15' |
[2021-05-11T23:48:17.590Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED' |
[2021-05-11T23:48:17.590Z] # define QT_DEPRECATED Q_DECL_DEPRECATED |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED' |
[2021-05-11T23:48:17.590Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:235:5: warning: 'QXmlSimpleReader' is deprecated: Use QXmlStreamReader [-Wdeprecated-declarations] |
[2021-05-11T23:48:17.590Z] QXmlSimpleReader reader; |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtXml/qxml.h:275:7: note: 'QXmlSimpleReader' has been explicitly marked deprecated here |
[2021-05-11T23:48:17.590Z] class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_EXPORT QXmlSimpleReader |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtCore/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X' |
[2021-05-11T23:48:17.590Z] #define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text) |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] <scratch space>:189:1: note: expanded from here |
[2021-05-11T23:48:17.590Z] QT_DEPRECATED_VERSION_X_5 |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.590Z] /usr/local/include/qt5/QtCore/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5' |
[2021-05-11T23:48:17.590Z] #define QT_DEPRECATED_VERSION_X_5(minor, text) QT_DEPRECATED_VERSION_X_5_##minor(text) |
[2021-05-11T23:48:17.590Z] ^ |
[2021-05-11T23:48:17.591Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' |
[2021-05-11T23:48:17.591Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-05-11T23:48:17.591Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-05-11T23:48:17.591Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:239:5: warning: 'QXmlInputSource' is deprecated [-Wdeprecated-declarations] |
[2021-05-11T23:48:17.591Z] QXmlInputSource xmlInputSource(&file); |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtXml/qxml.h:197:7: note: 'QXmlInputSource' has been explicitly marked deprecated here |
[2021-05-11T23:48:17.591Z] class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qglobal.h:385:45: note: expanded from macro 'QT_DEPRECATED_VERSION' |
[2021-05-11T23:48:17.591Z] #define QT_DEPRECATED_VERSION(major, minor) QT_DEPRECATED_VERSION_##major(minor) |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] <scratch space>:183:1: note: expanded from here |
[2021-05-11T23:48:17.591Z] QT_DEPRECATED_VERSION_5 |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qglobal.h:384:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5' |
[2021-05-11T23:48:17.591Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qglobal.h:375:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15' |
[2021-05-11T23:48:17.591Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED' |
[2021-05-11T23:48:17.591Z] # define QT_DEPRECATED Q_DECL_DEPRECATED |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.591Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED' |
[2021-05-11T23:48:17.591Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__)) |
[2021-05-11T23:48:17.591Z] ^ |
[2021-05-11T23:48:17.849Z] [ 51%] Linking CXX shared module ../../bin/kcm_access.so |
[2021-05-11T23:48:18.108Z] [ 51%] Built target kcm_access |
[2021-05-11T23:48:18.365Z] 4 warnings generated. |
[2021-05-11T23:48:18.365Z] [ 51%] Linking CXX shared module ../../bin/keyboard.so |
[2021-05-11T23:48:18.365Z] [ 51%] Built target kded_keyboard |
[2021-05-11T23:48:18.365Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-05-11T23:48:18.398Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |