CONSOLE OUTPUT
|
[...truncated 820 lines...] |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-05-13T09:49:38.797Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-05-13T09:49:38.797Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/x11locker.cpp:89:55: warning: 'screenCountChanged' is deprecated: Use QGuiApplication::screenAdded/Removed() [-Wdeprecated-declarations] |
[2021-05-13T09:49:38.797Z] connect(QApplication::desktop(), &QDesktopWidget::screenCountChanged, this, &X11Locker::updateGeo); |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:100:5: note: 'screenCountChanged' has been explicitly marked deprecated here |
[2021-05-13T09:49:38.797Z] QT_DEPRECATED_X("Use QGuiApplication::screenAdded/Removed()") void screenCountChanged(int); |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-05-13T09:49:38.797Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-05-13T09:49:38.797Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/x11locker.cpp:180:33: warning: cast from 'unsigned char *' to 'Window *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align] |
[2021-05-13T09:49:38.797Z] Window *dummy = (Window *)newRoot; |
[2021-05-13T09:49:38.797Z] ^~~~~~~~~~~~~~~~~ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/interface.cpp:62:30: warning: 'random' is deprecated: Since 5.72. Use QRandomGenerator::global(). The 1:1 port is bounded(RAND_MAX) but check see all the methods that QRandomGenerator provides. [-Wdeprecated-declarations] |
[2021-05-13T09:49:38.797Z] m_next_cookie = KRandom::random() % 20000; |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:40:1: note: 'random' has been explicitly marked deprecated here |
[2021-05-13T09:49:38.797Z] KCOREADDONS_DEPRECATED_VERSION( |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:186:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION' |
[2021-05-13T09:49:38.797Z] #define KCOREADDONS_DEPRECATED_VERSION(major, minor, text) KCOREADDONS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] <scratch space>:49:1: note: expanded from here |
[2021-05-13T09:49:38.797Z] KCOREADDONS_DEPRECATED_VERSION_5 |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:185:60: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5' |
[2021-05-13T09:49:38.797Z] #define KCOREADDONS_DEPRECATED_VERSION_5(minor, text) KCOREADDONS_DEPRECATED_VERSION_5_##minor(text) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] <scratch space>:50:1: note: expanded from here |
[2021-05-13T09:49:38.797Z] KCOREADDONS_DEPRECATED_VERSION_5_72 |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:150:53: note: expanded from macro 'KCOREADDONS_DEPRECATED_VERSION_5_72' |
[2021-05-13T09:49:38.797Z] # define KCOREADDONS_DEPRECATED_VERSION_5_72(text) KCOREADDONS_DECL_DEPRECATED_TEXT(text) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] /usr/home/jenkins/install-prefix/include/KF5/KCoreAddons/kcoreaddons_export.h:42:64: note: expanded from macro 'KCOREADDONS_DECL_DEPRECATED_TEXT' |
[2021-05-13T09:49:38.797Z] #define KCOREADDONS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-05-13T09:49:38.797Z] ^ |
[2021-05-13T09:49:38.797Z] [ 82%] Building CXX object CMakeFiles/KScreenLocker.dir/powermanagement_inhibition.cpp.o |
[2021-05-13T09:49:38.797Z] 1 warning generated. |
[2021-05-13T09:49:38.797Z] [ 83%] Linking CXX executable ../bin/kscreenlocker_greet |
[2021-05-13T09:49:39.056Z] [ 83%] Built target kscreenlocker_greet |
[2021-05-13T09:49:39.056Z] [ 84%] Building CXX object kcm/CMakeFiles/kcm_screenlocker.dir/screenlocker_interface.cpp.o |
[2021-05-13T09:49:39.056Z] 3 warnings generated. |
[2021-05-13T09:49:39.056Z] [ 85%] Building CXX object CMakeFiles/KScreenLocker.dir/kscreenlocker_logging.cpp.o |
[2021-05-13T09:49:39.056Z] [ 86%] Building CXX object CMakeFiles/KScreenLocker.dir/screensaveradaptor.cpp.o |
[2021-05-13T09:49:39.056Z] 1 warning generated. |
[2021-05-13T09:49:39.319Z] [ 87%] Building CXX object CMakeFiles/KScreenLocker.dir/kscreensaveradaptor.cpp.o |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:172:16: error: expected _expression_ |
[2021-05-13T09:49:39.319Z] Q_FOREACH (auto r, m_resources) { |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:167:48: warning: unused parameter 'icon' [-Wunused-parameter] |
[2021-05-13T09:49:39.319Z] void WaylandServer::osdProgress(const QString &icon, int percent, const QString &additionalText) |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:167:58: warning: unused parameter 'percent' [-Wunused-parameter] |
[2021-05-13T09:49:39.319Z] void WaylandServer::osdProgress(const QString &icon, int percent, const QString &additionalText) |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:167:82: warning: unused parameter 'additionalText' [-Wunused-parameter] |
[2021-05-13T09:49:39.319Z] void WaylandServer::osdProgress(const QString &icon, int percent, const QString &additionalText) |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:186:16: error: expected _expression_ |
[2021-05-13T09:49:39.319Z] Q_FOREACH (auto r, m_resources) { |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:181:44: warning: unused parameter 'icon' [-Wunused-parameter] |
[2021-05-13T09:49:39.319Z] void WaylandServer::osdText(const QString &icon, const QString &additionalText) |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:181:65: warning: unused parameter 'additionalText' [-Wunused-parameter] |
[2021-05-13T09:49:39.319Z] void WaylandServer::osdText(const QString &icon, const QString &additionalText) |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:200:16: error: expected _expression_ |
[2021-05-13T09:49:39.319Z] Q_FOREACH (auto r, m_resources) { |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] /usr/home/jenkins/workspace/Plasma/kscreenlocker/kf5-qt5 FreeBSDQt5.15/waylandserver.cpp:214:16: error: expected _expression_ |
[2021-05-13T09:49:39.319Z] Q_FOREACH (auto r, m_resources) { |
[2021-05-13T09:49:39.319Z] ^ |
[2021-05-13T09:49:39.319Z] [ 88%] Building CXX object CMakeFiles/KScreenLocker.dir/powerdevilpolicyagent.cpp.o |
[2021-05-13T09:49:39.319Z] 5 warnings and 4 errors generated. |
[2021-05-13T09:49:39.319Z] [ 88%] Building C object CMakeFiles/KScreenLocker.dir/wayland-ksld-protocol.c.o |
[2021-05-13T09:49:39.319Z] gmake[2]: *** [CMakeFiles/KScreenLocker.dir/build.make:232: CMakeFiles/KScreenLocker.dir/waylandserver.cpp.o] Error 1 |
[2021-05-13T09:49:39.319Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2021-05-13T09:49:41.218Z] [ 89%] Linking CXX shared module ../bin/kcm_screenlocker.so |
[2021-05-13T09:49:41.218Z] [ 89%] Built target kcm_screenlocker |
[2021-05-13T09:49:41.474Z] gmake[1]: *** [CMakeFiles/Makefile2:281: CMakeFiles/KScreenLocker.dir/all] Error 2 |
[2021-05-13T09:49:41.474Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-05-13T09:49:41.488Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |