BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.15/587/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Wed, 10 Mar 2021 13:57:56 +0000
Build duration: 3 min 36 sec and counting


CONSOLE OUTPUT
[...truncated 4812 lines...]
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] /usr/local/include/qt5/QtCore/qglobal.h:382:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5'
[2021-03-10T14:01:31.413Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2021-03-10T14:01:31.413Z] /usr/local/include/qt5/QtCore/qglobal.h:373:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15'
[2021-03-10T14:01:31.413Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2021-03-10T14:01:31.413Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2021-03-10T14:01:31.413Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:234:5: warning: 'QXmlSimpleReader' is deprecated: Use QXmlStreamReader [-Wdeprecated-declarations]
[2021-03-10T14:01:31.413Z] QXmlSimpleReader reader;
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] /usr/local/include/qt5/QtXml/qxml.h:275:7: note: 'QXmlSimpleReader' has been explicitly marked deprecated here
[2021-03-10T14:01:31.413Z] class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_EXPORT QXmlSimpleReader
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] /usr/local/include/qt5/QtCore/qglobal.h:380:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
[2021-03-10T14:01:31.413Z] #define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] <scratch space>:16:1: note: expanded from here
[2021-03-10T14:01:31.413Z] QT_DEPRECATED_VERSION_X_5
[2021-03-10T14:01:31.413Z] ^
[2021-03-10T14:01:31.413Z] /usr/local/include/qt5/QtCore/qglobal.h:379:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
[2021-03-10T14:01:31.413Z] #define QT_DEPRECATED_VERSION_X_5(minor, text) QT_DEPRECATED_VERSION_X_5_##minor(text)
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2021-03-10T14:01:31.414Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2021-03-10T14:01:31.414Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2021-03-10T14:01:31.414Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/xkb_rules.cpp:238:5: warning: 'QXmlInputSource' is deprecated [-Wdeprecated-declarations]
[2021-03-10T14:01:31.414Z] QXmlInputSource xmlInputSource(&file);
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtXml/qxml.h:197:7: note: 'QXmlInputSource' has been explicitly marked deprecated here
[2021-03-10T14:01:31.414Z] class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qglobal.h:383:45: note: expanded from macro 'QT_DEPRECATED_VERSION'
[2021-03-10T14:01:31.414Z] #define QT_DEPRECATED_VERSION(major, minor) QT_DEPRECATED_VERSION_##major(minor)
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] <scratch space>:10:1: note: expanded from here
[2021-03-10T14:01:31.414Z] QT_DEPRECATED_VERSION_5
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qglobal.h:382:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5'
[2021-03-10T14:01:31.414Z] #define QT_DEPRECATED_VERSION_5(minor) QT_DEPRECATED_VERSION_5_##minor
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qglobal.h:373:45: note: expanded from macro 'QT_DEPRECATED_VERSION_5_15'
[2021-03-10T14:01:31.414Z] # define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2021-03-10T14:01:31.414Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2021-03-10T14:01:31.414Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] 4 warnings generated.
[2021-03-10T14:01:31.414Z] [ 98%] Building CXX object kcms/keyboard/tests/CMakeFiles/keyboard_daemon_test.dir/__/layouts_menu.cpp.o
[2021-03-10T14:01:31.414Z] [ 98%] Building CXX object kcms/keyboard/CMakeFiles/kcm_keyboard.dir/debug.cpp.o
[2021-03-10T14:01:31.414Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/bindings.cpp:30:
[2021-03-10T14:01:31.414Z] /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-03-10T14:01:31.414Z] #define explicit explicit_is_keyword_in_cpp
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] [ 98%] Building CXX object kcms/keyboard/CMakeFiles/kcm_keyboard.dir/workspace_options.cpp.o
[2021-03-10T14:01:31.414Z] 4 warnings generated.
[2021-03-10T14:01:31.414Z] [ 98%] Building CXX object kcms/keyboard/tests/CMakeFiles/keyboard_daemon_test.dir/__/debug.cpp.o
[2021-03-10T14:01:31.414Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/bindings.cpp:30:
[2021-03-10T14:01:31.414Z] /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-03-10T14:01:31.414Z] #define explicit explicit_is_keyword_in_cpp
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] 1 warning generated.
[2021-03-10T14:01:31.414Z] [ 98%] Building CXX object kcms/keyboard/tests/CMakeFiles/keyboard_daemon_test.dir/__/layoutnames.cpp.o
[2021-03-10T14:01:31.414Z] 1 warning generated.
[2021-03-10T14:01:31.414Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/layouts_menu.cpp:28:
[2021-03-10T14:01:31.414Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/kcms/keyboard/keyboard_config.h:22:
[2021-03-10T14:01:31.414Z] /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-03-10T14:01:31.414Z] #define explicit explicit_is_keyword_in_cpp
[2021-03-10T14:01:31.414Z] ^
[2021-03-10T14:01:31.414Z] 1 warning generated.
[2021-03-10T14:01:31.414Z] [ 98%] Linking CXX executable ../../../bin/keyboard_daemon_test
[2021-03-10T14:01:31.414Z] [ 98%] Linking CXX shared module ../../bin/kcm_keyboard.so
[2021-03-10T14:01:31.414Z] [ 98%] Built target keyboard_daemon_test
[2021-03-10T14:01:31.414Z] [ 98%] Built target kcm_keyboard
[2021-03-10T14:01:31.414Z] gmake: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-03-10T14:01:32.555Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to