CONSOLE OUTPUT
|
[...truncated 3407 lines...] |
[2020-07-23T22:56:17.277Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/effects_x11.cpp.o |
[2020-07-23T22:56:17.277Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/logging.cpp.o |
[2020-07-23T22:56:17.551Z] [ 71%] Linking CXX shared module ../../../../bin/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so |
[2020-07-23T22:56:17.831Z] [ 71%] Built target KWinWaylandX11Backend |
[2020-07-23T22:56:17.831Z] [ 71%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/transfer.cpp.o |
[2020-07-23T22:56:17.831Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/xwl/drag_wl.cpp:232:39: warning: suggest braces around initialization of subobject [-Wmissing-braces] |
[2020-07-23T22:56:17.831Z] xcb_client_message_data_t data = ""> |
[2020-07-23T22:56:17.831Z] ^ |
[2020-07-23T22:56:17.831Z] {} |
[2020-07-23T22:56:17.831Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/xwl/drag_wl.cpp:287:39: warning: suggest braces around initialization of subobject [-Wmissing-braces] |
[2020-07-23T22:56:17.831Z] xcb_client_message_data_t data = ""> |
[2020-07-23T22:56:17.831Z] ^ |
[2020-07-23T22:56:17.831Z] {} |
[2020-07-23T22:56:17.831Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/xwl/drag_wl.cpp:342:39: warning: suggest braces around initialization of subobject [-Wmissing-braces] |
[2020-07-23T22:56:17.831Z] xcb_client_message_data_t data = ""> |
[2020-07-23T22:56:17.831Z] ^ |
[2020-07-23T22:56:17.831Z] {} |
[2020-07-23T22:56:17.831Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/xwl/drag_wl.cpp:355:39: warning: suggest braces around initialization of subobject [-Wmissing-braces] |
[2020-07-23T22:56:17.831Z] xcb_client_message_data_t data = ""> |
[2020-07-23T22:56:17.831Z] ^ |
[2020-07-23T22:56:17.831Z] {} |
[2020-07-23T22:56:17.831Z] [ 71%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/xwayland.cpp.o |
[2020-07-23T22:56:18.106Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/xwl/drag_x.cpp:509:39: warning: suggest braces around initialization of subobject [-Wmissing-braces] |
[2020-07-23T22:56:18.106Z] xcb_client_message_data_t data = ""> |
[2020-07-23T22:56:18.106Z] ^ |
[2020-07-23T22:56:18.106Z] {} |
[2020-07-23T22:56:18.106Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/xwl/drag_x.cpp:519:39: warning: suggest braces around initialization of subobject [-Wmissing-braces] |
[2020-07-23T22:56:18.106Z] xcb_client_message_data_t data = ""> |
[2020-07-23T22:56:18.106Z] ^ |
[2020-07-23T22:56:18.106Z] {} |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:84:35: warning: missing field '_padding' initializer [-Wmissing-field-initializers] |
[2020-07-23T22:56:18.375Z] spa_pod_builder pod_builder = SPA_POD_BUILDER_INIT (paramsBuffer, sizeof (paramsBuffer)); |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/local/include/spa-0.2/spa/pod/builder.h:63:84: note: expanded from macro 'SPA_POD_BUILDER_INIT' |
[2020-07-23T22:56:18.375Z] #define SPA_POD_BUILDER_INIT(buffer,size) (struct spa_pod_builder){ buffer, size, } |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:138:62: error: use of undeclared identifier 'MFD_CLOEXEC' |
[2020-07-23T22:56:18.375Z] spa_data->fd = memfd_create("kwin-screencast-memfd", MFD_CLOEXEC | MFD_ALLOW_SEALING); |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:138:76: error: use of undeclared identifier 'MFD_ALLOW_SEALING' |
[2020-07-23T22:56:18.375Z] spa_data->fd = memfd_create("kwin-screencast-memfd", MFD_CLOEXEC | MFD_ALLOW_SEALING); |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:150:30: error: use of undeclared identifier 'F_SEAL_GROW' |
[2020-07-23T22:56:18.375Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL; |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:150:44: error: use of undeclared identifier 'F_SEAL_SHRINK' |
[2020-07-23T22:56:18.375Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL; |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:150:60: error: use of undeclared identifier 'F_SEAL_SEAL' |
[2020-07-23T22:56:18.375Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL; |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:151:33: error: use of undeclared identifier 'F_ADD_SEALS' |
[2020-07-23T22:56:18.375Z] if (fcntl(spa_data->fd, F_ADD_SEALS, seals) == -1) |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:241:34: warning: missing field '_padding' initializer [-Wmissing-field-initializers] |
[2020-07-23T22:56:18.375Z] spa_pod_builder podBuilder = SPA_POD_BUILDER_INIT(buffer, sizeof(buffer)); |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/local/include/spa-0.2/spa/pod/builder.h:63:84: note: expanded from macro 'SPA_POD_BUILDER_INIT' |
[2020-07-23T22:56:18.375Z] #define SPA_POD_BUILDER_INIT(buffer,size) (struct spa_pod_builder){ buffer, size, } |
[2020-07-23T22:56:18.375Z] ^ |
[2020-07-23T22:56:18.375Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:455:47: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct spa_meta_bitmap *' increases required alignment from 1 to 4 [-Wcast-align] |
[2020-07-23T22:56:18.375Z] struct spa_meta_bitmap *spa_meta_bitmap = SPA_MEMBER (spa_meta_cursor, |
[2020-07-23T22:56:18.375Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-07-23T22:56:18.375Z] /usr/local/include/spa-0.2/spa/utils/defs.h:111:28: note: expanded from macro 'SPA_MEMBER' |
[2020-07-23T22:56:18.375Z] #define SPA_MEMBER(b,o,t) ((t*)((uint8_t*)(b) + (int)(o))) |
[2020-07-23T22:56:18.375Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-07-23T22:56:18.376Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/non_composited_outline.cpp.o |
[2020-07-23T22:56:18.659Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/overlaywindow_x11.cpp.o |
[2020-07-23T22:56:18.659Z] 3 warnings and 6 errors generated. |
[2020-07-23T22:56:18.659Z] 4 warnings generated. |
[2020-07-23T22:56:18.659Z] gmake[2]: *** [CMakeFiles/kwin_wayland.dir/build.make:304: CMakeFiles/kwin_wayland.dir/screencast/pipewirestream.cpp.o] Error 1 |
[2020-07-23T22:56:18.659Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2020-07-23T22:56:18.659Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/screenedges_filter.cpp.o |
[2020-07-23T22:56:18.659Z] [ 71%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwayland_logging.cpp.o |
[2020-07-23T22:56:18.659Z] gmake[1]: *** [CMakeFiles/Makefile2:2859: CMakeFiles/kwin_wayland.dir/all] Error 2 |
[2020-07-23T22:56:18.659Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2020-07-23T22:56:18.659Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/screens_xrandr.cpp.o |
[2020-07-23T22:56:18.659Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/windowselector.cpp.o |
[2020-07-23T22:56:18.659Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_decoration_renderer.cpp.o |
[2020-07-23T22:56:18.919Z] 2 warnings generated. |
[2020-07-23T22:56:18.920Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_output.cpp.o |
[2020-07-23T22:56:19.195Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_platform.cpp.o |
[2020-07-23T22:56:19.779Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11cursor.cpp.o |
[2020-07-23T22:56:19.779Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/xfixes_cursor_event_filter.cpp.o |
[2020-07-23T22:56:19.779Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/xinputintegration.cpp.o |
[2020-07-23T22:56:20.063Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/glxbackend.cpp.o |
[2020-07-23T22:56:20.063Z] [ 72%] Linking CXX static library ../../lib/libKWinIntegrationTestFramework.a |
[2020-07-23T22:56:20.324Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/glx_context_attribute_builder.cpp.o |
[2020-07-23T22:56:20.324Z] [ 72%] Built target KWinIntegrationTestFramework |
[2020-07-23T22:56:22.845Z] [ 72%] Linking CXX shared module ../../../../bin/org.kde.kwin.platforms/KWinX11Platform.so |
[2020-07-23T22:56:22.845Z] [ 72%] Built target KWinX11Platform |
[2020-07-23T22:56:22.845Z] gmake: *** [Makefile:161: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-07-23T22:56:23.377Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |