CONSOLE OUTPUT
|
[...truncated 3256 lines...] |
[2022-04-30T17:40:01.135Z] /usr/include/qt5/QtCore/qpointer.h:73:25: note: candidate: ���QPointer<T>& QPointer<T>::operator=(T*) [with T = QObject]��� |
[2022-04-30T17:40:01.135Z] 73 | inline QPointer<T> &operator=(T* p) |
[2022-04-30T17:40:01.135Z] | ^~~~~~~~ |
[2022-04-30T17:40:01.135Z] /usr/include/qt5/QtCore/qpointer.h:73:38: note: no known conversion for argument 1 from ���KGlobalAccelImpl*��� to ���QObject*��� |
[2022-04-30T17:40:01.135Z] 73 | inline QPointer<T> &operator=(T* p) |
[2022-04-30T17:40:01.135Z] | ~~~^ |
[2022-04-30T17:40:01.135Z] /usr/include/qt5/QtCore/qpointer.h:53:7: note: candidate: ���QPointer<QObject>& QPointer<QObject>::operator=(const QPointer<QObject>&)��� |
[2022-04-30T17:40:01.135Z] 53 | class QPointer |
[2022-04-30T17:40:01.135Z] | ^~~~~~~~ |
[2022-04-30T17:40:01.135Z] /usr/include/qt5/QtCore/qpointer.h:53:7: note: no known conversion for argument 1 from ���KGlobalAccelImpl*��� to ���const QPointer<QObject>&��� |
[2022-04-30T17:40:01.135Z] /usr/include/qt5/QtCore/qpointer.h:53:7: note: candidate: ���QPointer<QObject>& QPointer<QObject>::operator=(QPointer<QObject>&&)��� |
[2022-04-30T17:40:01.135Z] /usr/include/qt5/QtCore/qpointer.h:53:7: note: no known conversion for argument 1 from ���KGlobalAccelImpl*��� to ���QPointer<QObject>&&��� |
[2022-04-30T17:40:01.135Z] make[2]: *** [src/plugins/kglobalaccel/CMakeFiles/KF5GlobalAccelKWinPlugin.dir/build.make:76: src/plugins/kglobalaccel/CMakeFiles/KF5GlobalAccelKWinPlugin.dir/KF5GlobalAccelKWinPlugin_autogen/mocs_compilation.cpp.o] Error 1 |
[2022-04-30T17:40:01.135Z] make[2]: *** Waiting for unfinished jobs.... |
[2022-04-30T17:40:01.393Z] [ 66%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/outputscreencastsource.cpp.o |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp: In constructor ���KGlobalAccelImpl::KGlobalAccelImpl(QObject*)���: |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp:16:7: error: class ���KGlobalAccelImpl��� does not have any field named ���KGlobalAccelInterfaceV2��� |
[2022-04-30T17:40:01.393Z] 16 | : KGlobalAccelInterfaceV2(parent) |
[2022-04-30T17:40:01.393Z] | ^~~~~~~~~~~~~~~~~~~~~~~ |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp: In member function ���void KGlobalAccelImpl::setEnabled(bool)���: |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp:39:42: error: ���connect��� was not declared in this scope |
[2022-04-30T17:40:01.393Z] 39 | m_inputDestroyedConnection = connect(s_input, &QObject::destroyed, this, [this] { |
[2022-04-30T17:40:01.393Z] | ^~~~~~~ |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp:44:42: error: cannot convert ���KGlobalAccelImpl*��� to ���KGlobalAccelInterface*��� |
[2022-04-30T17:40:01.393Z] 44 | s_input->registerGlobalAccel(enabled ? this : nullptr); |
[2022-04-30T17:40:01.393Z] | ~~~~~~~~^~~~~~~~~~~~~~~~ |
[2022-04-30T17:40:01.393Z] | | |
[2022-04-30T17:40:01.393Z] | KGlobalAccelImpl* |
[2022-04-30T17:40:01.393Z] In file included from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp:11: |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.h:143:53: note: initializing argument 1 of ���void KWin::InputRedirection::registerGlobalAccel(KGlobalAccelInterface*)��� |
[2022-04-30T17:40:01.393Z] 143 | void registerGlobalAccel(KGlobalAccelInterface *interface); |
[2022-04-30T17:40:01.393Z] | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp: In member function ���bool KGlobalAccelImpl::checkKeyPressed(int)���: |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp:49:12: error: ���keyPressed��� was not declared in this scope; did you mean ���checkKeyPressed���? |
[2022-04-30T17:40:01.393Z] 49 | return keyPressed(keyQt); |
[2022-04-30T17:40:01.393Z] | ^~~~~~~~~~ |
[2022-04-30T17:40:01.393Z] | checkKeyPressed |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp: In member function ���bool KGlobalAccelImpl::checkKeyReleased(int)���: |
[2022-04-30T17:40:01.393Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp:54:12: error: ���keyReleased��� was not declared in this scope; did you mean ���checkKeyReleased���? |
[2022-04-30T17:40:01.393Z] 54 | return keyReleased(keyQt); |
[2022-04-30T17:40:01.393Z] | ^~~~~~~~~~~ |
[2022-04-30T17:40:01.393Z] | checkKeyReleased |
[2022-04-30T17:40:01.393Z] make[2]: *** [src/plugins/kglobalaccel/CMakeFiles/KF5GlobalAccelKWinPlugin.dir/build.make:90: src/plugins/kglobalaccel/CMakeFiles/KF5GlobalAccelKWinPlugin.dir/kglobalaccel_plugin.cpp.o] Error 1 |
[2022-04-30T17:40:01.393Z] make[1]: *** [CMakeFiles/Makefile2:12331: src/plugins/kglobalaccel/CMakeFiles/KF5GlobalAccelKWinPlugin.dir/all] Error 2 |
[2022-04-30T17:40:01.393Z] make[1]: *** Waiting for unfinished jobs.... |
[2022-04-30T17:40:01.393Z] [ 66%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/clipboard.cpp.o |
[2022-04-30T17:40:01.961Z] [ 66%] Building CXX object src/effects/backgroundcontrast/CMakeFiles/kwin4_effect_contrast.dir/contrast.cpp.o |
[2022-04-30T17:40:01.961Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/effects/blur/blur.cpp: In member function ���void KWin::BlurEffect::upscaleRenderToScreen(KWin::GLVertexBuffer*, int, int, const QMatrix4x4&, QPoint)���: |
[2022-04-30T17:40:01.961Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/effects/blur/blur.cpp:799:137: warning: unused parameter ���windowPosition��� [-Wunused-parameter] |
[2022-04-30T17:40:01.961Z] 799 | void BlurEffect::upscaleRenderToScreen(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, QPoint windowPosition) |
[2022-04-30T17:40:01.961Z] | ~~~~~~~^~~~~~~~~~~~~~ |
[2022-04-30T17:40:01.961Z] [ 66%] Building CXX object src/effects/backgroundcontrast/CMakeFiles/kwin4_effect_contrast.dir/contrastshader.cpp.o |
[2022-04-30T17:40:01.961Z] [ 66%] Building CXX object src/effects/backgroundcontrast/CMakeFiles/kwin4_effect_contrast.dir/main.cpp.o |
[2022-04-30T17:40:02.242Z] [ 66%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/databridge.cpp.o |
[2022-04-30T17:40:02.242Z] [ 66%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/pipewirecore.cpp.o |
[2022-04-30T17:40:02.242Z] [ 66%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/regionscreencastsource.cpp.o |
[2022-04-30T17:40:02.242Z] [ 66%] Building CXX object src/effects/blur/CMakeFiles/kwin4_effect_blur.dir/blurshader.cpp.o |
[2022-04-30T17:40:02.805Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/datasource.cpp.o |
[2022-04-30T17:40:03.062Z] [ 67%] Linking CXX static library ../../../lib/libkwin4_effect_slidingpopups.a |
[2022-04-30T17:40:03.063Z] [ 67%] Built target kwin4_effect_slidingpopups |
[2022-04-30T17:40:03.063Z] [ 67%] Building CXX object src/effects/blur/CMakeFiles/kwin4_effect_blur.dir/main.cpp.o |
[2022-04-30T17:40:03.319Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/dnd.cpp.o |
[2022-04-30T17:40:03.892Z] [ 67%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/screencastmanager.cpp.o |
[2022-04-30T17:40:03.892Z] [ 67%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/screencastsource.cpp.o |
[2022-04-30T17:40:03.892Z] [ 67%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/screencaststream.cpp.o |
[2022-04-30T17:40:04.148Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/drag.cpp.o |
[2022-04-30T17:40:04.148Z] [ 67%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/windowscreencastsource.cpp.o |
[2022-04-30T17:40:04.406Z] [ 67%] Building CXX object src/plugins/screencast/CMakeFiles/KWinScreencastPlugin.dir/kwinscreencast_logging.cpp.o |
[2022-04-30T17:40:04.406Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/drag_wl.cpp.o |
[2022-04-30T17:40:04.406Z] [ 67%] Building CXX object src/effects/blur/CMakeFiles/kwin4_effect_blur.dir/blurconfig.cpp.o |
[2022-04-30T17:40:04.662Z] [ 67%] Linking CXX static library ../../../lib/libkwin4_effect_contrast.a |
[2022-04-30T17:40:04.662Z] [ 67%] Built target kwin4_effect_contrast |
[2022-04-30T17:40:04.662Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/drag_x.cpp.o |
[2022-04-30T17:40:04.919Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/primary.cpp.o |
[2022-04-30T17:40:05.176Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/selection.cpp.o |
[2022-04-30T17:40:05.433Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/selection_source.cpp.o |
[2022-04-30T17:40:05.690Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/transfer.cpp.o |
[2022-04-30T17:40:05.690Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/xwayland.cpp.o |
[2022-04-30T17:40:05.947Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/xwldrophandler.cpp.o |
[2022-04-30T17:40:06.204Z] [ 67%] Linking CXX static library ../../../lib/libkwin4_effect_blur.a |
[2022-04-30T17:40:06.204Z] [ 67%] Built target kwin4_effect_blur |
[2022-04-30T17:40:06.204Z] [ 67%] Building CXX object src/xwayland/CMakeFiles/KWinXwaylandServerModule.dir/xwaylandlauncher.cpp.o |
[2022-04-30T17:40:06.772Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwayland/primary.cpp: In member function ���virtual void KWin::Xwl::Primary::x11OffersChanged(const QStringList&, const QStringList&)���: |
[2022-04-30T17:40:06.772Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwayland/primary.cpp:147:51: warning: unused parameter ���added��� [-Wunused-parameter] |
[2022-04-30T17:40:06.772Z] 147 | void Primary::x11OffersChanged(const QStringList &added, const QStringList &removed) |
[2022-04-30T17:40:06.772Z] | ~~~~~~~~~~~~~~~~~~~^~~~~ |
[2022-04-30T17:40:06.772Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwayland/primary.cpp:147:77: warning: unused parameter ���removed��� [-Wunused-parameter] |
[2022-04-30T17:40:06.772Z] 147 | void Primary::x11OffersChanged(const QStringList &added, const QStringList &removed) |
[2022-04-30T17:40:06.772Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~~ |
[2022-04-30T17:40:07.702Z] [ 67%] Built target KWinScreencastPlugin |
[2022-04-30T17:40:08.631Z] [ 67%] Built target KWinXwaylandServerModule |
[2022-04-30T17:40:08.631Z] make: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2022-04-30T17:40:08.686Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |