CONSOLE OUTPUT
|
[...truncated 3322 lines...] |
[2020-09-04T13:15:14.189Z] Scanning dependencies of target testStackingOrder_autogen |
[2020-09-04T13:15:14.189Z] [ 71%] Automatic MOC for target testStackingOrder |
[2020-09-04T13:15:14.189Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:72:35: warning: missing field '_padding' initializer [-Wmissing-field-initializers] |
[2020-09-04T13:15:14.189Z] spa_pod_builder pod_builder = SPA_POD_BUILDER_INIT (paramsBuffer, sizeof (paramsBuffer)); |
[2020-09-04T13:15:14.189Z] ^ |
[2020-09-04T13:15:14.189Z] /usr/local/include/spa-0.2/spa/pod/builder.h:63:84: note: expanded from macro 'SPA_POD_BUILDER_INIT' |
[2020-09-04T13:15:14.189Z] #define SPA_POD_BUILDER_INIT(buffer,size) (struct spa_pod_builder){ buffer, size, } |
[2020-09-04T13:15:14.189Z] ^ |
[2020-09-04T13:15:14.450Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:231:34: warning: missing field '_padding' initializer [-Wmissing-field-initializers] |
[2020-09-04T13:15:14.450Z] spa_pod_builder podBuilder = SPA_POD_BUILDER_INIT(buffer, sizeof(buffer)); |
[2020-09-04T13:15:14.450Z] ^ |
[2020-09-04T13:15:14.450Z] /usr/local/include/spa-0.2/spa/pod/builder.h:63:84: note: expanded from macro 'SPA_POD_BUILDER_INIT' |
[2020-09-04T13:15:14.450Z] #define SPA_POD_BUILDER_INIT(buffer,size) (struct spa_pod_builder){ buffer, size, } |
[2020-09-04T13:15:14.450Z] ^ |
[2020-09-04T13:15:14.450Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/pipewirestream.cpp:444:47: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct spa_meta_bitmap *' increases required alignment from 1 to 4 [-Wcast-align] |
[2020-09-04T13:15:14.450Z] struct spa_meta_bitmap *spa_meta_bitmap = SPA_MEMBER (spa_meta_cursor, |
[2020-09-04T13:15:14.450Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-09-04T13:15:14.450Z] /usr/local/include/spa-0.2/spa/utils/defs.h:111:28: note: expanded from macro 'SPA_MEMBER' |
[2020-09-04T13:15:14.450Z] #define SPA_MEMBER(b,o,t) ((t*)((uint8_t*)(b) + (int)(o))) |
[2020-09-04T13:15:14.450Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-09-04T13:15:14.450Z] [ 71%] Building CXX object plugins/platforms/x11/windowed/CMakeFiles/KWinWaylandX11Backend.dir/x11windowed_output.cpp.o |
[2020-09-04T13:15:14.725Z] Scanning dependencies of target testSceneQPainter_autogen |
[2020-09-04T13:15:14.725Z] [ 71%] Automatic MOC for target testSceneQPainter |
[2020-09-04T13:15:14.725Z] 3 warnings generated. |
[2020-09-04T13:15:14.725Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/effects_mouse_interception_x11_filter.cpp.o |
[2020-09-04T13:15:14.725Z] Scanning dependencies of target testQuickTiling_autogen |
[2020-09-04T13:15:14.725Z] [ 71%] Automatic MOC for target testQuickTiling |
[2020-09-04T13:15:14.985Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/effects_x11.cpp.o |
[2020-09-04T13:15:14.985Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/logging.cpp.o |
[2020-09-04T13:15:14.985Z] In file included from /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/screencastmanager.cpp:9: |
[2020-09-04T13:15:14.985Z] In file included from /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/screencastmanager.h:11: |
[2020-09-04T13:15:14.985Z] In file included from /usr/home/jenkins/install-prefix/include/KWaylandServer/screencast_interface.h:9: |
[2020-09-04T13:15:14.985Z] In file included from /usr/local/include/qt5/QtCore/QObject:1: |
[2020-09-04T13:15:14.985Z] /usr/local/include/qt5/QtCore/qobject.h:255:9: error: static_assert failed due to requirement 'bool((QtPrivate::CheckCompatibleArguments<QtPrivate::List<KWaylandServer::ScreencastStreamInterface *, wl_resource *, KWaylandServer::ScreencastInterface::CursorMode>, QtPrivate::List<KWaylandServer::ScreencastStreamInterface *, KWaylandServer::OutputInterface *, KWaylandServer::ScreencastInterface::CursorMode> >::value))' "Signal and slot arguments are not compatible." |
[2020-09-04T13:15:14.985Z] Q_STATIC_ASSERT_X((QtPrivate::CheckCompatibleArguments<typename SignalType::Arguments, typename SlotType::Arguments>::value), |
[2020-09-04T13:15:14.985Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-09-04T13:15:14.985Z] /usr/local/include/qt5/QtCore/qglobal.h:121:49: note: expanded from macro 'Q_STATIC_ASSERT_X' |
[2020-09-04T13:15:14.985Z] # define Q_STATIC_ASSERT_X(Condition, Message) static_assert(bool(Condition), Message) |
[2020-09-04T13:15:14.985Z] ^ ~~~~~~~~~~~~~~~ |
[2020-09-04T13:15:14.985Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/screencastmanager.cpp:36:5: note: in instantiation of function template specialization 'QObject::connect<void (KWaylandServer::ScreencastInterface::*)(KWaylandServer::ScreencastStreamInterface *, wl_resource *, KWaylandServer::ScreencastInterface::CursorMode), void (KWin::ScreencastManager::*)(KWaylandServer::ScreencastStreamInterface *, KWaylandServer::OutputInterface *, KWaylandServer::ScreencastInterface::CursorMode)>' requested here |
[2020-09-04T13:15:14.985Z] connect(m_screencast, &KWaylandServer::ScreencastInterface::outputScreencastRequested, |
[2020-09-04T13:15:14.985Z] ^ |
[2020-09-04T13:15:14.985Z] In file included from /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/screencastmanager.cpp:9: |
[2020-09-04T13:15:14.985Z] In file included from /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/screencastmanager.h:11: |
[2020-09-04T13:15:14.985Z] In file included from /usr/home/jenkins/install-prefix/include/KWaylandServer/screencast_interface.h:9: |
[2020-09-04T13:15:14.985Z] In file included from /usr/local/include/qt5/QtCore/QObject:1: |
[2020-09-04T13:15:14.985Z] In file included from /usr/local/include/qt5/QtCore/qobject.h:46: |
[2020-09-04T13:15:14.985Z] In file included from /usr/local/include/qt5/QtCore/qobjectdefs.h:50: |
[2020-09-04T13:15:14.985Z] /usr/local/include/qt5/QtCore/qobjectdefs_impl.h:152:21: error: cannot initialize a parameter of type 'KWaylandServer::OutputInterface *' with an lvalue of type 'typename RemoveRef<wl_resource *>::Type' (aka 'wl_resource *') |
[2020-09-04T13:15:14.985Z] (o->*f)((*reinterpret_cast<typename RemoveRef<SignalArgs>::Type *>(arg[II+1]))...), ApplyReturnValue<R>(arg[0]); |
[2020-09-04T13:15:14.985Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-09-04T13:15:14.985Z] /usr/local/include/qt5/QtCore/qobjectdefs_impl.h:185:91: note: in instantiation of member function 'QtPrivate::FunctorCall<QtPrivate::IndexesList<0, 1, 2>, QtPrivate::List<KWaylandServer::ScreencastStreamInterface *, wl_resource *, KWaylandServer::ScreencastInterface::CursorMode>, void, void (KWin::ScreencastManager::*)(KWaylandServer::ScreencastStreamInterface *, KWaylandServer::OutputInterface *, KWaylandServer::ScreencastInterface::CursorMode)>::call' requested here |
[2020-09-04T13:15:14.985Z] FunctorCall<typename Indexes<ArgumentCount>::Value, SignalArgs, R, Function>::call(f, o, arg); |
[2020-09-04T13:15:14.985Z] ^ |
[2020-09-04T13:15:14.985Z] /usr/local/include/qt5/QtCore/qobjectdefs_impl.h:418:36: note: in instantiation of function template specialization 'QtPrivate::FunctionPointer<void (KWin::ScreencastManager::*)(KWaylandServer::ScreencastStreamInterface *, KWaylandServer::OutputInterface *, KWaylandServer::ScreencastInterface::CursorMode)>::call<QtPrivate::List<KWaylandServer::ScreencastStreamInterface *, wl_resource *, KWaylandServer::ScreencastInterface::CursorMode>, void>' requested here |
[2020-09-04T13:15:14.985Z] FuncType::template call<Args, R>(static_cast<QSlotObject*>(this_)->function, static_cast<typename FuncType::Object *>(r), a); |
[2020-09-04T13:15:14.985Z] ^ |
[2020-09-04T13:15:14.985Z] /usr/local/include/qt5/QtCore/qobjectdefs_impl.h:427:57: note: in instantiation of member function 'QtPrivate::QSlotObject<void (KWin::ScreencastManager::*)(KWaylandServer::ScreencastStreamInterface *, KWaylandServer::OutputInterface *, KWaylandServer::ScreencastInterface::CursorMode), QtPrivate::List<KWaylandServer::ScreencastStreamInterface *, wl_resource *, KWaylandServer::ScreencastInterface::CursorMode>, void>::impl' requested here |
[2020-09-04T13:15:14.985Z] explicit QSlotObject(Func f) : QSlotObjectBase(&impl), function(f) {} |
[2020-09-04T13:15:14.985Z] ^ |
[2020-09-04T13:15:14.985Z] /usr/local/include/qt5/QtCore/qobject.h:266:32: note: in instantiation of member function 'QtPrivate::QSlotObject<void (KWin::ScreencastManager::*)(KWaylandServer::ScreencastStreamInterface *, KWaylandServer::OutputInterface *, KWaylandServer::ScreencastInterface::CursorMode), QtPrivate::List<KWaylandServer::ScreencastStreamInterface *, wl_resource *, KWaylandServer::ScreencastInterface::CursorMode>, void>::QSlotObject' requested here |
[2020-09-04T13:15:14.985Z] new QtPrivate::QSlotObject<Func2, typename QtPrivate::List_Left<typename SignalType::Arguments, SlotType::ArgumentCount>::Value, |
[2020-09-04T13:15:14.985Z] ^ |
[2020-09-04T13:15:14.985Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.15/screencast/screencastmanager.cpp:36:5: note: in instantiation of function template specialization 'QObject::connect<void (KWaylandServer::ScreencastInterface::*)(KWaylandServer::ScreencastStreamInterface *, wl_resource *, KWaylandServer::ScreencastInterface::CursorMode), void (KWin::ScreencastManager::*)(KWaylandServer::ScreencastStreamInterface *, KWaylandServer::OutputInterface *, KWaylandServer::ScreencastInterface::CursorMode)>' requested here |
[2020-09-04T13:15:14.985Z] connect(m_screencast, &KWaylandServer::ScreencastInterface::outputScreencastRequested, |
[2020-09-04T13:15:14.985Z] ^ |
[2020-09-04T13:15:14.985Z] 2 errors generated. |
[2020-09-04T13:15:14.985Z] gmake[2]: *** [CMakeFiles/kwin_wayland.dir/build.make:278: CMakeFiles/kwin_wayland.dir/screencast/screencastmanager.cpp.o] Error 1 |
[2020-09-04T13:15:14.985Z] gmake[1]: *** [CMakeFiles/Makefile2:2877: CMakeFiles/kwin_wayland.dir/all] Error 2 |
[2020-09-04T13:15:14.985Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2020-09-04T13:15:14.985Z] [ 71%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/non_composited_outline.cpp.o |
[2020-09-04T13:15:14.985Z] [ 71%] Built target testActivities_autogen |
[2020-09-04T13:15:14.985Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/overlaywindow_x11.cpp.o |
[2020-09-04T13:15:14.985Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/screenedges_filter.cpp.o |
[2020-09-04T13:15:15.564Z] [ 72%] Built target testStackingOrder_autogen |
[2020-09-04T13:15:15.564Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/screens_xrandr.cpp.o |
[2020-09-04T13:15:15.564Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/windowselector.cpp.o |
[2020-09-04T13:15:15.827Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_decoration_renderer.cpp.o |
[2020-09-04T13:15:16.084Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_output.cpp.o |
[2020-09-04T13:15:16.084Z] [ 72%] Built target testSceneQPainter_autogen |
[2020-09-04T13:15:16.084Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11_platform.cpp.o |
[2020-09-04T13:15:16.084Z] [ 72%] Linking CXX shared module ../../../../bin/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so |
[2020-09-04T13:15:16.084Z] [ 72%] Built target testQuickTiling_autogen |
[2020-09-04T13:15:16.084Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/x11cursor.cpp.o |
[2020-09-04T13:15:16.350Z] [ 72%] Built target KWinWaylandX11Backend |
[2020-09-04T13:15:16.350Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/xfixes_cursor_event_filter.cpp.o |
[2020-09-04T13:15:16.350Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/xinputintegration.cpp.o |
[2020-09-04T13:15:16.607Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/glxbackend.cpp.o |
[2020-09-04T13:15:16.607Z] [ 72%] Building CXX object plugins/platforms/x11/standalone/CMakeFiles/KWinX11Platform.dir/glx_context_attribute_builder.cpp.o |
[2020-09-04T13:15:19.133Z] [ 72%] Linking CXX shared module ../../../../bin/org.kde.kwin.platforms/KWinX11Platform.so |
[2020-09-04T13:15:19.133Z] [ 72%] Built target KWinX11Platform |
[2020-09-04T13:15:19.133Z] gmake: *** [Makefile:161: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-09-04T13:15:19.734Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |