CONSOLE OUTPUT
|
[...truncated 3371 lines...] |
[2020-07-23T14:11:56.451Z] {} |
[2020-07-23T14:11:56.451Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:138:62: error: use of undeclared identifier 'MFD_CLOEXEC' |
[2020-07-23T14:11:56.451Z] spa_data->fd = memfd_create("kwin-screencast-memfd", MFD_CLOEXEC | MFD_ALLOW_SEALING); |
[2020-07-23T14:11:56.451Z] ^ |
[2020-07-23T14:11:56.451Z] /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-23T14:11:56.451Z] spa_data->fd = memfd_create("kwin-screencast-memfd", MFD_CLOEXEC | MFD_ALLOW_SEALING); |
[2020-07-23T14:11:56.451Z] ^ |
[2020-07-23T14:11:56.713Z] /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-23T14:11:56.713Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL; |
[2020-07-23T14:11:56.713Z] ^ |
[2020-07-23T14:11:56.713Z] /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-23T14:11:56.713Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL; |
[2020-07-23T14:11:56.713Z] ^ |
[2020-07-23T14:11:56.713Z] /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-23T14:11:56.713Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL; |
[2020-07-23T14:11:56.713Z] ^ |
[2020-07-23T14:11:56.713Z] /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-23T14:11:56.713Z] if (fcntl(spa_data->fd, F_ADD_SEALS, seals) == -1) |
[2020-07-23T14:11:56.713Z] ^ |
[2020-07-23T14:11:56.713Z] /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-23T14:11:56.713Z] spa_pod_builder podBuilder = SPA_POD_BUILDER_INIT(buffer, sizeof(buffer)); |
[2020-07-23T14:11:56.713Z] ^ |
[2020-07-23T14:11:56.713Z] /usr/local/include/spa-0.2/spa/pod/builder.h:63:84: note: expanded from macro 'SPA_POD_BUILDER_INIT' |
[2020-07-23T14:11:56.713Z] #define SPA_POD_BUILDER_INIT(buffer,size) (struct spa_pod_builder){ buffer, size, } |
[2020-07-23T14:11:56.713Z] ^ |
[2020-07-23T14:11:56.713Z] /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-23T14:11:56.713Z] struct spa_meta_bitmap *spa_meta_bitmap = SPA_MEMBER (spa_meta_cursor, |
[2020-07-23T14:11:56.713Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-07-23T14:11:56.713Z] /usr/local/include/spa-0.2/spa/utils/defs.h:111:28: note: expanded from macro 'SPA_MEMBER' |
[2020-07-23T14:11:56.713Z] #define SPA_MEMBER(b,o,t) ((t*)((uint8_t*)(b) + (int)(o))) |
[2020-07-23T14:11:56.713Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-07-23T14:11:56.713Z] 3 warnings and 6 errors generated. |
[2020-07-23T14:11:56.713Z] gmake[2]: *** [CMakeFiles/kwin_wayland.dir/build.make:135: CMakeFiles/kwin_wayland.dir/screencast/pipewirestream.cpp.o] Error 1 |
[2020-07-23T14:11:56.713Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2020-07-23T14:11:56.713Z] [ 65%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/effects_mouse_interception_x11_filter.cpp.o |
[2020-07-23T14:11:56.713Z] [ 65%] Building CXX object plugins/qpa/CMakeFiles/KWinQpaPlugin.dir/screen.cpp.o |
[2020-07-23T14:11:57.395Z] [ 65%] Building CXX object plugins/platforms/x11/windowed/CMakeFiles/KWinWaylandX11Backend.dir/egl_x11_backend.cpp.o |
[2020-07-23T14:11:57.395Z] [ 65%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/drm_buffer.cpp.o |
[2020-07-23T14:11:57.395Z] [ 65%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/effects_x11.cpp.o |
[2020-07-23T14:11:57.395Z] [ 66%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/selection.cpp.o |
[2020-07-23T14:11:57.395Z] 2 warnings generated. |
[2020-07-23T14:11:57.395Z] [ 66%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/selection_source.cpp.o |
[2020-07-23T14:11:57.395Z] [ 66%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/transfer.cpp.o |
[2020-07-23T14:11:57.395Z] [ 66%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/xwayland.cpp.o |
[2020-07-23T14:11:57.395Z] [ 66%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/logging.cpp.o |
[2020-07-23T14:11:57.971Z] [ 66%] Building CXX object plugins/qpa/CMakeFiles/KWinQpaPlugin.dir/sharingplatformcontext.cpp.o |
[2020-07-23T14:11:57.971Z] [ 67%] Linking CXX shared module ../../bin/kcm_kwinoptions.so |
[2020-07-23T14:11:58.229Z] [ 67%] Built target kcm_kwinoptions |
[2020-07-23T14:11:58.229Z] [ 67%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/drm_inputeventfilter.cpp.o |
[2020-07-23T14:11:58.229Z] gmake[1]: *** [CMakeFiles/Makefile2:2859: CMakeFiles/kwin_wayland.dir/all] Error 2 |
[2020-07-23T14:11:58.229Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2020-07-23T14:11:58.229Z] [ 67%] Building CXX object plugins/platforms/x11/windowed/CMakeFiles/KWinWaylandX11Backend.dir/logging.cpp.o |
[2020-07-23T14:11:58.229Z] [ 68%] Building CXX object plugins/qpa/CMakeFiles/KWinQpaPlugin.dir/window.cpp.o |
[2020-07-23T14:11:58.491Z] [ 68%] Building CXX object plugins/platforms/x11/windowed/CMakeFiles/KWinWaylandX11Backend.dir/scene_qpainter_x11_backend.cpp.o |
[2020-07-23T14:11:58.491Z] [ 68%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/non_composited_outline.cpp.o |
[2020-07-23T14:11:58.749Z] [ 68%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/overlaywindow_x11.cpp.o |
[2020-07-23T14:11:59.013Z] [ 68%] Building CXX object plugins/qpa/CMakeFiles/KWinQpaPlugin.dir/logging.cpp.o |
[2020-07-23T14:11:59.013Z] [ 68%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/edid.cpp.o |
[2020-07-23T14:11:59.274Z] [ 68%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwayland_logging.cpp.o |
[2020-07-23T14:11:59.274Z] [ 68%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/screenedges_filter.cpp.o |
[2020-07-23T14:11:59.274Z] [ 69%] Building CXX object plugins/platforms/x11/windowed/CMakeFiles/KWinWaylandX11Backend.dir/x11windowed_backend.cpp.o |
[2020-07-23T14:11:59.535Z] [ 69%] Building CXX object plugins/platforms/x11/windowed/CMakeFiles/KWinWaylandX11Backend.dir/x11windowed_output.cpp.o |
[2020-07-23T14:11:59.798Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/logging.cpp.o |
[2020-07-23T14:11:59.798Z] [ 70%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/screens_xrandr.cpp.o |
[2020-07-23T14:11:59.798Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/scene_qpainter_drm_backend.cpp.o |
[2020-07-23T14:12:00.061Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/screens_drm.cpp.o |
[2020-07-23T14:12:00.062Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/egl_gbm_backend.cpp.o |
[2020-07-23T14:12:00.062Z] [ 70%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/windowselector.cpp.o |
[2020-07-23T14:12:00.062Z] [ 70%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_decoration_renderer.cpp.o |
[2020-07-23T14:12:00.320Z] [ 70%] Linking CXX static library ../../lib/libKWinIntegrationTestFramework.a |
[2020-07-23T14:12:00.320Z] [ 70%] Linking CXX shared module ../../bin/platforms/KWinQpaPlugin.so |
[2020-07-23T14:12:00.578Z] [ 70%] Built target KWinIntegrationTestFramework |
[2020-07-23T14:12:00.578Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/drm_buffer_gbm.cpp.o |
[2020-07-23T14:12:00.578Z] [ 70%] Built target KWinQpaPlugin |
[2020-07-23T14:12:00.578Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/gbm_surface.cpp.o |
[2020-07-23T14:12:00.578Z] [ 70%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_output.cpp.o |
[2020-07-23T14:12:00.578Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/gbm_dmabuf.cpp.o |
[2020-07-23T14:12:00.835Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/remoteaccess_manager.cpp.o |
[2020-07-23T14:12:01.093Z] [ 70%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_platform.cpp.o |
[2020-07-23T14:12:01.350Z] [ 70%] Linking CXX shared module ../../../../bin/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so |
[2020-07-23T14:12:01.617Z] [ 70%] Building CXX object plugins/platforms/drm/CMakeFiles/KWinWaylandDrmBackend.dir/egl_stream_backend.cpp.o |
[2020-07-23T14:12:01.617Z] [ 70%] Built target KWinWaylandX11Backend |
[2020-07-23T14:12:01.617Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11cursor.cpp.o |
[2020-07-23T14:12:01.617Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/xfixes_cursor_event_filter.cpp.o |
[2020-07-23T14:12:01.617Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/xinputintegration.cpp.o |
[2020-07-23T14:12:01.617Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/glxbackend.cpp.o |
[2020-07-23T14:12:01.875Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/glx_context_attribute_builder.cpp.o |
[2020-07-23T14:12:03.774Z] [ 71%] Linking CXX shared module ../../../bin/org.kde.kwin.waylandbackends/KWinWaylandDrmBackend.so |
[2020-07-23T14:12:03.774Z] [ 71%] Built target KWinWaylandDrmBackend |
[2020-07-23T14:12:03.774Z] [ 71%] Linking CXX shared module ../../../../bin/org.kde.kwin.platforms/KWinX11Platform.so |
[2020-07-23T14:12:04.032Z] [ 71%] Built target KWinX11Platform |
[2020-07-23T14:12:04.032Z] gmake: *** [Makefile:161: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-07-23T14:12:04.955Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |