BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.15/588/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Wed, 10 Mar 2021 16:55:28 +0000
Build duration: 1 min 27 sec and counting


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


Reply via email to