BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/kwin/job/kf5-qt5%20FreeBSDQt5.15/72/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Fri, 24 Jul 2020 12:45:51 +0000
Build duration: 2 min 37 sec and counting


CONSOLE OUTPUT
[...truncated 3374 lines...]
[2020-07-24T12:48:23.327Z] [ 69%] Linking CXX executable ../bin/testX11TimestampUpdate
[2020-07-24T12:48:23.327Z] [ 69%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/cursor.cpp.o
[2020-07-24T12:48:23.327Z] [ 69%] Built target testX11TimestampUpdate
[2020-07-24T12:48:23.327Z] [ 69%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/clipboard.cpp.o
[2020-07-24T12:48:23.328Z] /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-24T12:48:23.328Z] spa_pod_builder pod_builder = SPA_POD_BUILDER_INIT (paramsBuffer, sizeof (paramsBuffer));
[2020-07-24T12:48:23.328Z] ^
[2020-07-24T12:48:23.328Z] /usr/local/include/spa-0.2/spa/pod/builder.h:63:84: note: expanded from macro 'SPA_POD_BUILDER_INIT'
[2020-07-24T12:48:23.328Z] #define SPA_POD_BUILDER_INIT(buffer,size) (struct spa_pod_builder){ buffer, size, }
[2020-07-24T12:48:23.328Z] ^
[2020-07-24T12:48:23.597Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:138:62: error: use of undeclared identifier 'MFD_CLOEXEC'
[2020-07-24T12:48:23.597Z] spa_data->fd = memfd_create("kwin-screencast-memfd", MFD_CLOEXEC | MFD_ALLOW_SEALING);
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] /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-24T12:48:23.597Z] spa_data->fd = memfd_create("kwin-screencast-memfd", MFD_CLOEXEC | MFD_ALLOW_SEALING);
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] /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-24T12:48:23.597Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL;
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] /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-24T12:48:23.597Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL;
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] /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-24T12:48:23.597Z] unsigned int seals = F_SEAL_GROW | F_SEAL_SHRINK | F_SEAL_SEAL;
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] /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-24T12:48:23.597Z] if (fcntl(spa_data->fd, F_ADD_SEALS, seals) == -1)
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] [ 69%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/databridge.cpp.o
[2020-07-24T12:48:23.597Z] /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-24T12:48:23.597Z] spa_pod_builder podBuilder = SPA_POD_BUILDER_INIT(buffer, sizeof(buffer));
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] /usr/local/include/spa-0.2/spa/pod/builder.h:63:84: note: expanded from macro 'SPA_POD_BUILDER_INIT'
[2020-07-24T12:48:23.597Z] #define SPA_POD_BUILDER_INIT(buffer,size) (struct spa_pod_builder){ buffer, size, }
[2020-07-24T12:48:23.597Z] ^
[2020-07-24T12:48:23.597Z] /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-24T12:48:23.597Z] struct spa_meta_bitmap *spa_meta_bitmap = SPA_MEMBER (spa_meta_cursor,
[2020-07-24T12:48:23.597Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-07-24T12:48:23.597Z] /usr/local/include/spa-0.2/spa/utils/defs.h:111:28: note: expanded from macro 'SPA_MEMBER'
[2020-07-24T12:48:23.597Z] #define SPA_MEMBER(b,o,t) ((t*)((uint8_t*)(b) + (int)(o)))
[2020-07-24T12:48:23.597Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-07-24T12:48:23.597Z] Scanning dependencies of target kwin_x11
[2020-07-24T12:48:23.597Z] [ 69%] Building CXX object CMakeFiles/kwin_x11.dir/kwin_x11_autogen/mocs_compilation.cpp.o
[2020-07-24T12:48:23.597Z] [ 69%] Linking CXX shared module ../../bin/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemKWinPrivatePlugin.so
[2020-07-24T12:48:23.597Z] 3 warnings and 6 errors generated.
[2020-07-24T12:48:23.597Z] gmake[2]: *** [CMakeFiles/kwin_wayland.dir/build.make:304: CMakeFiles/kwin_wayland.dir/screencast/pipewirestream.cpp.o] Error 1
[2020-07-24T12:48:23.597Z] gmake[1]: *** [CMakeFiles/Makefile2:2859: CMakeFiles/kwin_wayland.dir/all] Error 2
[2020-07-24T12:48:23.597Z] gmake[1]: *** Waiting for unfinished jobs....
[2020-07-24T12:48:23.597Z] [ 69%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/dnd.cpp.o
[2020-07-24T12:48:23.857Z] [ 69%] Built target KF5WindowSystemKWinPrivatePlugin
[2020-07-24T12:48:23.857Z] [ 69%] Building CXX object CMakeFiles/kwin_x11.dir/main_x11.cpp.o
[2020-07-24T12:48:24.117Z] [ 69%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/drag.cpp.o
[2020-07-24T12:48:24.386Z] [ 69%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/drag_wl.cpp.o
[2020-07-24T12:48:24.646Z] [ 69%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/drag_x.cpp.o
[2020-07-24T12:48:24.907Z] [ 69%] Linking CXX shared module ../../../bin/org.kde.kwin.waylandbackends/KWinWaylandDrmBackend.so
[2020-07-24T12:48:25.174Z] [ 70%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/selection.cpp.o
[2020-07-24T12:48:25.174Z] [ 70%] Built target KWinWaylandDrmBackend
[2020-07-24T12:48:25.174Z] [ 70%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/selection_source.cpp.o
[2020-07-24T12:48:25.174Z] [ 70%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/transfer.cpp.o
[2020-07-24T12:48:25.433Z] [ 70%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwl/xwayland.cpp.o
[2020-07-24T12:48:25.433Z] [ 70%] Building CXX object autotests/integration/CMakeFiles/KWinIntegrationTestFramework.dir/__/__/xwayland_logging.cpp.o
[2020-07-24T12:48:26.002Z] /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-24T12:48:26.002Z] xcb_client_message_data_t data = "">
[2020-07-24T12:48:26.002Z] ^
[2020-07-24T12:48:26.002Z] {}
[2020-07-24T12:48:26.002Z] /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-24T12:48:26.002Z] xcb_client_message_data_t data = "">
[2020-07-24T12:48:26.002Z] ^
[2020-07-24T12:48:26.002Z] {}
[2020-07-24T12:48:26.002Z] /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-24T12:48:26.002Z] xcb_client_message_data_t data = "">
[2020-07-24T12:48:26.002Z] ^
[2020-07-24T12:48:26.002Z] {}
[2020-07-24T12:48:26.002Z] /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-24T12:48:26.002Z] xcb_client_message_data_t data = "">
[2020-07-24T12:48:26.002Z] ^
[2020-07-24T12:48:26.002Z] {}
[2020-07-24T12:48:26.261Z] /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-24T12:48:26.261Z] xcb_client_message_data_t data = "">
[2020-07-24T12:48:26.261Z] ^
[2020-07-24T12:48:26.261Z] {}
[2020-07-24T12:48:26.261Z] /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-24T12:48:26.261Z] xcb_client_message_data_t data = "">
[2020-07-24T12:48:26.261Z] ^
[2020-07-24T12:48:26.261Z] {}
[2020-07-24T12:48:26.521Z] [ 70%] Linking CXX executable bin/kwin_x11
[2020-07-24T12:48:26.521Z] 4 warnings generated.
[2020-07-24T12:48:26.521Z] [ 70%] Built target kwin_x11
[2020-07-24T12:48:26.780Z] 2 warnings generated.
[2020-07-24T12:48:27.039Z] [ 70%] Linking CXX static library ../../lib/libKWinIntegrationTestFramework.a
[2020-07-24T12:48:27.039Z] [ 70%] Built target KWinIntegrationTestFramework
[2020-07-24T12:48:27.039Z] gmake: *** [Makefile:161: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-07-24T12:48:27.908Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to