BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.15/267/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Sat, 24 Oct 2020 08:51:35 +0000
Build duration: 1 min 42 sec and counting


CONSOLE OUTPUT
[...truncated 4230 lines...]
[2020-10-24T08:53:16.564Z] 1 warning generated.
[2020-10-24T08:53:16.564Z] 1 warning generated.
[2020-10-24T08:53:16.819Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/layouts_menu.cpp:27:
[2020-10-24T08:53:16.819Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/keyboard_config.h:23:
[2020-10-24T08:53:16.819Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/x11_helper.h:30:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
[2020-10-24T08:53:16.819Z] #define explicit explicit_is_keyword_in_cpp
[2020-10-24T08:53:16.819Z] ^
[2020-10-24T08:53:16.819Z] 1 warning generated.
[2020-10-24T08:53:17.082Z] 1 warning generated.
[2020-10-24T08:53:17.082Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:34:
[2020-10-24T08:53:17.082Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/x11_helper.h:30:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
[2020-10-24T08:53:17.082Z] #define explicit explicit_is_keyword_in_cpp
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:46:29: warning: 'QXmlDefaultHandler' is deprecated [-Wdeprecated-declarations]
[2020-10-24T08:53:17.082Z] class RulesHandler : public QXmlDefaultHandler
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtXml/qxml.h:407:7: note: 'QXmlDefaultHandler' has been explicitly marked deprecated here
[2020-10-24T08:53:17.082Z] class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlDefaultHandler : public QXmlContentHandler,
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:383:45: note: expanded from macro 'QT_DEPRECATED_VERSION'
[2020-10-24T08:53:17.082Z] #define QT_DEPRECATED_VERSION(major, minor) QT_DEPRECATED_VERSION_##major(minor)
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] <scratch space>:19:1: note: expanded from here
[2020-10-24T08:53:17.082Z] QT_DEPRECATED_VERSION_5
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:382:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5'
[2020-10-24T08:53:17.082Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:373:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15'
[2020-10-24T08:53:17.082Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2020-10-24T08:53:17.082Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2020-10-24T08:53:17.082Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:248:2: warning: 'QXmlSimpleReader' is deprecated: Use QXmlStreamReader [-Wdeprecated-declarations]
[2020-10-24T08:53:17.082Z] QXmlSimpleReader reader;
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtXml/qxml.h:275:7: note: 'QXmlSimpleReader' has been explicitly marked deprecated here
[2020-10-24T08:53:17.082Z] class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_EXPORT QXmlSimpleReader
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:380:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
[2020-10-24T08:53:17.082Z] #define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] <scratch space>:168:1: note: expanded from here
[2020-10-24T08:53:17.082Z] QT_DEPRECATED_VERSION_X_5
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:379:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
[2020-10-24T08:53:17.082Z] #define QT_DEPRECATED_VERSION_X_5(minor, text) QT_DEPRECATED_VERSION_X_5_##minor(text)
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2020-10-24T08:53:17.082Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2020-10-24T08:53:17.082Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2020-10-24T08:53:17.082Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:252:2: warning: 'QXmlInputSource' is deprecated [-Wdeprecated-declarations]
[2020-10-24T08:53:17.082Z] QXmlInputSource xmlInputSource(&file);
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtXml/qxml.h:197:7: note: 'QXmlInputSource' has been explicitly marked deprecated here
[2020-10-24T08:53:17.082Z] class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:383:45: note: expanded from macro 'QT_DEPRECATED_VERSION'
[2020-10-24T08:53:17.082Z] #define QT_DEPRECATED_VERSION(major, minor) QT_DEPRECATED_VERSION_##major(minor)
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] <scratch space>:162:1: note: expanded from here
[2020-10-24T08:53:17.082Z] QT_DEPRECATED_VERSION_5
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:382:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5'
[2020-10-24T08:53:17.082Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:373:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15'
[2020-10-24T08:53:17.082Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2020-10-24T08:53:17.082Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:17.082Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2020-10-24T08:53:17.082Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2020-10-24T08:53:17.082Z] ^
[2020-10-24T08:53:18.011Z] 4 warnings generated.
[2020-10-24T08:53:18.011Z] [100%] Linking CXX executable ../../../bin/keyboard_daemon_test
[2020-10-24T08:53:18.011Z] [100%] Built target keyboard_daemon_test
[2020-10-24T08:53:18.011Z] gmake: *** [Makefile:161: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-10-24T08:53:18.032Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to