BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.15/769/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Thu, 13 May 2021 09:39:20 +0000
Build duration: 7 min 26 sec and counting


CONSOLE OUTPUT
[...truncated 2677 lines...]
[2021-05-13T09:46:44.925Z] #define QT_DEPRECATED_VERSION(major, minor) QT_DEPRECATED_VERSION_##major(minor)
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] <scratch space>:33:1: note: expanded from here
[2021-05-13T09:46:44.925Z] QT_DEPRECATED_VERSION_5
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:384:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5'
[2021-05-13T09:46:44.925Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:375:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15'
[2021-05-13T09:46:44.925Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2021-05-13T09:46:44.925Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2021-05-13T09:46:44.925Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /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-13T09:46:44.925Z] QXmlSimpleReader reader;
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtXml/qxml.h:275:7: note: 'QXmlSimpleReader' has been explicitly marked deprecated here
[2021-05-13T09:46:44.925Z] class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_EXPORT QXmlSimpleReader
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
[2021-05-13T09:46:44.925Z] #define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] <scratch space>:189:1: note: expanded from here
[2021-05-13T09:46:44.925Z] QT_DEPRECATED_VERSION_X_5
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
[2021-05-13T09:46:44.925Z] #define QT_DEPRECATED_VERSION_X_5(minor, text) QT_DEPRECATED_VERSION_X_5_##minor(text)
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2021-05-13T09:46:44.925Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2021-05-13T09:46:44.925Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2021-05-13T09:46:44.925Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /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-13T09:46:44.925Z] QXmlInputSource xmlInputSource(&file);
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtXml/qxml.h:197:7: note: 'QXmlInputSource' has been explicitly marked deprecated here
[2021-05-13T09:46:44.925Z] class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:385:45: note: expanded from macro 'QT_DEPRECATED_VERSION'
[2021-05-13T09:46:44.925Z] #define QT_DEPRECATED_VERSION(major, minor) QT_DEPRECATED_VERSION_##major(minor)
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] <scratch space>:183:1: note: expanded from here
[2021-05-13T09:46:44.925Z] QT_DEPRECATED_VERSION_5
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:384:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5'
[2021-05-13T09:46:44.925Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:375:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15'
[2021-05-13T09:46:44.925Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2021-05-13T09:46:44.925Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:44.925Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2021-05-13T09:46:44.925Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2021-05-13T09:46:44.925Z] ^
[2021-05-13T09:46:45.185Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/x11_helper.cpp:19:
[2021-05-13T09:46:45.185Z] /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-13T09:46:45.185Z] #define explicit explicit_is_keyword_in_cpp
[2021-05-13T09:46:45.185Z] ^
[2021-05-13T09:46:45.466Z] [ 37%] Linking CXX executable ../../../bin/tastenbrett
[2021-05-13T09:46:45.466Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xinput_helper.cpp:19:
[2021-05-13T09:46:45.467Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xinput_helper.h:22:
[2021-05-13T09:46:45.467Z] /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-13T09:46:45.467Z] #define explicit explicit_is_keyword_in_cpp
[2021-05-13T09:46:45.467Z] ^
[2021-05-13T09:46:45.731Z] [ 37%] Built target tastenbrett
[2021-05-13T09:46:45.990Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_helper.cpp:34:
[2021-05-13T09:46:45.990Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/keyboard_config.h:22:
[2021-05-13T09:46:45.990Z] /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-13T09:46:45.990Z] #define explicit explicit_is_keyword_in_cpp
[2021-05-13T09:46:45.990Z] ^
[2021-05-13T09:46:46.248Z] 1 warning generated.
[2021-05-13T09:46:46.248Z] 1 warning generated.
[2021-05-13T09:46:46.507Z] 1 warning generated.
[2021-05-13T09:46:46.507Z] gmake[1]: *** [CMakeFiles/Makefile2:4010: kcms/keyboard/CMakeFiles/kded_keyboard.dir/all] Error 2
[2021-05-13T09:46:46.772Z] 4 warnings generated.
[2021-05-13T09:46:46.772Z] [ 37%] Linking CXX executable ../../../bin/flags_test
[2021-05-13T09:46:47.028Z] [ 37%] Built target flags_test
[2021-05-13T09:46:47.028Z] gmake: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-05-13T09:46:47.310Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to