CONSOLE OUTPUT
|
[...truncated 90.54 KB...] |
4 warnings generated. |
[ 10%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/ECMQmLoader-kwindowsystem5_qt.cpp.o |
[ 11%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kselectionowner.cpp.o |
[ 12%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kselectionwatcher.cpp.o |
[ 12%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxerrorhandler.cpp.o |
[ 13%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxutils.cpp.o |
[ 14%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kkeyserver.cpp.o |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/kxerrorhandler.cpp:145:10: warning: unused variable 'num' [-Wunused-variable] |
char num[ 256 ]; |
^ |
1 warning generated. |
[ 15%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxmessages.cpp.o |
[ 16%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/netwm.cpp.o |
[ 16%] Building CXX object src/CMakeFiles/KF5WindowSystem.dir/KF5WindowSystem_autogen/mocs_compilation.cpp.o |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/kkeyserver.cpp:524:27: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] |
keySymX = XKeycodeToKeysym(QX11Info::display(), xmk->modifiermap[xmk->max_keypermod * i + j], k); |
^ |
/usr/local/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here |
extern KeySym XKeycodeToKeysym( |
^ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/kkeyserver.cpp:719:20: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] |
if (sym == XKeycodeToKeysym(QX11Info::display(), code, 0)) |
^ |
/usr/local/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here |
extern KeySym XKeycodeToKeysym( |
^ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/kkeyserver.cpp:721:25: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] |
else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 1)) { |
^ |
/usr/local/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here |
extern KeySym XKeycodeToKeysym( |
^ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/kkeyserver.cpp:723:27: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] |
} else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 2)) { |
^ |
/usr/local/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here |
extern KeySym XKeycodeToKeysym( |
^ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/kkeyserver.cpp:725:27: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] |
} else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 3)) { |
^ |
/usr/local/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here |
extern KeySym XKeycodeToKeysym( |
^ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/kkeyserver.cpp:917:20: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] |
uint sym = XKeycodeToKeysym(QX11Info::display(), keyCodeX, 0); |
^ |
/usr/local/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here |
extern KeySym XKeycodeToKeysym( |
^ |
6 warnings generated. |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2762:25: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] |
uint32_t *d32 = (uint32_t *) icons[i].data; |
^~~~~~~~~~~~~~~~~~~~~~~~~~ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:13: error: non-constant-_expression_ cannot be narrowed from type 'int' to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:13: note: insert an explicit cast to silence this issue |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~ |
static_cast<uint32_t>( ) |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:27: error: non-constant-_expression_ cannot be narrowed from type 'int' to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~~~~ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:27: note: insert an explicit cast to silence this issue |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~~~~ |
static_cast<uint32_t>( ) |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:44: error: non-constant-_expression_ cannot be narrowed from type 'int' to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~~ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:44: note: insert an explicit cast to silence this issue |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~~ |
static_cast<uint32_t>( ) |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:59: error: non-constant-_expression_ cannot be narrowed from type 'int' to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~~~ |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:2846:59: note: insert an explicit cast to silence this issue |
topology.top, topology.bottom, topology.left, topology.right, 1 |
^~~~~~~~~~~~~~ |
static_cast<uint32_t>( ) |
/usr/home/jenkins/workspace/Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9/src/platforms/xcb/netwm.cpp:3677:41: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'const int' [-Wsign-compare] |
if (message->data.data32[0] == OnAllDesktops) { |
~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ |
2 warnings and 4 errors generated. |
gmake[2]: *** [src/CMakeFiles/KF5WindowSystem.dir/build.make:495: src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/netwm.cpp.o] Error 1 |
gmake[1]: *** [CMakeFiles/Makefile2:153: src/CMakeFiles/KF5WindowSystem.dir/all] Error 2 |
gmake: *** [Makefile:141: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] sh |
[Plasma kwindowsystem stable-kf5-qt5 FreeBSDQt5.9] Running shell script |
+ python3.5 -u ci-tooling/helpers/capture-workspace.py --environment production |
[Pipeline] emailextrecipients |
[Pipeline] emailext |