BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/kwin/job/kf5-qt5%20SUSEQt5.15/1478/
Project: kf5-qt5 SUSEQt5.15
Date of build: Thu, 09 Sep 2021 11:17:44 +0000
Build duration: 2 min 26 sec and counting


CONSOLE OUTPUT
[...truncated 2879 lines...]
[2021-09-09T11:20:05.682Z] 460 | return KPluginLoader::findPlugins(m_pluginSubDirectory, [] (const KPluginMetaData &data) { return data.serviceTypes().contains(s_serviceType); });
[2021-09-09T11:20:05.682Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:05.682Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginLoader:1,
[2021-09-09T11:20:05.682Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/effectloader.cpp:20:
[2021-09-09T11:20:05.682Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginloader.h:375:37: note: declared here
[2021-09-09T11:20:05.682Z] 375 | static QVector<KPluginMetaData> findPlugins(const QString &directory,
[2021-09-09T11:20:05.682Z] | ^~~~~~~~~~~
[2021-09-09T11:20:05.941Z] [ 51%] Building CXX object src/CMakeFiles/kwin.dir/input.cpp.o
[2021-09-09T11:20:05.941Z] [ 51%] Building CXX object src/CMakeFiles/kwin.dir/input_event.cpp.o
[2021-09-09T11:20:06.201Z] [ 51%] Building CXX object src/CMakeFiles/kwin.dir/input_event_spy.cpp.o
[2021-09-09T11:20:06.770Z] [ 51%] Building CXX object src/CMakeFiles/kwin.dir/inputmethod.cpp.o
[2021-09-09T11:20:06.770Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/inputpanelv1client.cpp.o
[2021-09-09T11:20:07.029Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/effects.cpp: In lambda function:
[2021-09-09T11:20:07.030Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/effects.cpp:144:38: warning: ���void KWin::EffectsHandler::desktopChanged(int, int)��� is deprecated [-Wdeprecated-declarations]
[2021-09-09T11:20:07.030Z] 144 | Q_EMIT desktopChanged(old, newDesktop);
[2021-09-09T11:20:07.030Z] | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[2021-09-09T11:20:07.030Z] In file included from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/effects.h:14,
[2021-09-09T11:20:07.030Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/effects.cpp:11:
[2021-09-09T11:20:07.030Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwineffects.h:1391:26: note: declared here
[2021-09-09T11:20:07.030Z] 1391 | void KWIN_DEPRECATED desktopChanged(int oldDesktop, int newDesktop);
[2021-09-09T11:20:07.030Z] | ^~~~~~~~~~~~~~
[2021-09-09T11:20:07.030Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/inputpanelv1integration.cpp.o
[2021-09-09T11:20:07.289Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/internal_client.cpp.o
[2021-09-09T11:20:07.549Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/item.cpp.o
[2021-09-09T11:20:07.549Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/keyboard_input.cpp.o
[2021-09-09T11:20:07.808Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/keyboard_layout.cpp.o
[2021-09-09T11:20:07.808Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/keyboard_layout_switching.cpp.o
[2021-09-09T11:20:07.808Z] [ 52%] Building CXX object src/CMakeFiles/kwin.dir/keyboard_repeat.cpp.o
[2021-09-09T11:20:08.377Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp: In function ���KWaylandServer::AbstractDropHandler* KWin::dropHandler(KWin::Toplevel*)���:
[2021-09-09T11:20:08.377Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:1934:29: error: ���class KWaylandServer::SeatInterface��� has no member named ���dropHandlerForSurface���
[2021-09-09T11:20:08.377Z] 1934 | auto dropTarget = seat->dropHandlerForSurface(surface);
[2021-09-09T11:20:08.377Z] | ^~~~~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:08.377Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp: In member function ���virtual bool KWin::DragAndDropInputFilter::pointerEvent(QMouseEvent*, quint32)���:
[2021-09-09T11:20:08.377Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:1999:40: error: no matching function for call to ���KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::AbstractDropHandler*, KWaylandServer::SurfaceInterface*, QMatrix4x4)���
[2021-09-09T11:20:08.377Z] 1999 | seat->setDragTarget(dropHandler(t), t->surface(), t->inputTransformation());
[2021-09-09T11:20:08.377Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:08.377Z] In file included from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:47:
[2021-09-09T11:20:08.377Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QPointF&, const QMatrix4x4&)���
[2021-09-09T11:20:08.377Z] 218 | void setDragTarget(SurfaceInterface *surface, const QPointF &globalPosition, const QMatrix4x4 &inputTransformation);
[2021-09-09T11:20:08.377Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.377Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:42: note: no known conversion for argument 1 from ���KWaylandServer::AbstractDropHandler*��� to ���KWaylandServer::SurfaceInterface*���
[2021-09-09T11:20:08.377Z] 218 | void setDragTarget(SurfaceInterface *surface, const QPointF &globalPosition, const QMatrix4x4 &inputTransformation);
[2021-09-09T11:20:08.377Z] | ~~~~~~~~~~~~~~~~~~^~~~~~~
[2021-09-09T11:20:08.377Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QMatrix4x4&)���
[2021-09-09T11:20:08.377Z] 225 | void setDragTarget(SurfaceInterface *surface, const QMatrix4x4 &inputTransformation = QMatrix4x4());
[2021-09-09T11:20:08.377Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.377Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:10: note: candidate expects 2 arguments, 3 provided
[2021-09-09T11:20:08.377Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:2003:36: error: no matching function for call to ���KWaylandServer::SeatInterface::setDragTarget(std::nullptr_t, std::nullptr_t)���
[2021-09-09T11:20:08.377Z] 2003 | seat->setDragTarget(nullptr, nullptr);
[2021-09-09T11:20:08.377Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:08.377Z] In file included from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:47:
[2021-09-09T11:20:08.377Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QPointF&, const QMatrix4x4&)���
[2021-09-09T11:20:08.377Z] 218 | void setDragTarget(SurfaceInterface *surface, const QPointF &globalPosition, const QMatrix4x4 &inputTransformation);
[2021-09-09T11:20:08.377Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:10: note: candidate expects 3 arguments, 2 provided
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QMatrix4x4&)���
[2021-09-09T11:20:08.378Z] 225 | void setDragTarget(SurfaceInterface *surface, const QMatrix4x4 &inputTransformation = QMatrix4x4());
[2021-09-09T11:20:08.378Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:69: note: no known conversion for argument 2 from ���std::nullptr_t��� to ���const QMatrix4x4&���
[2021-09-09T11:20:08.378Z] 225 | void setDragTarget(SurfaceInterface *surface, const QMatrix4x4 &inputTransformation = QMatrix4x4());
[2021-09-09T11:20:08.378Z] | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp: In member function ���virtual bool KWin::DragAndDropInputFilter::touchMotion(qint32, const QPointF&, quint32)���:
[2021-09-09T11:20:08.378Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:2068:36: error: no matching function for call to ���KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::AbstractDropHandler*, KWaylandServer::SurfaceInterface*, const QPointF&, QMatrix4x4)���
[2021-09-09T11:20:08.378Z] 2068 | seat->setDragTarget(dropHandler(t), t->surface(), pos, t->inputTransformation());
[2021-09-09T11:20:08.378Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] In file included from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:47:
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QPointF&, const QMatrix4x4&)���
[2021-09-09T11:20:08.378Z] 218 | void setDragTarget(SurfaceInterface *surface, const QPointF &globalPosition, const QMatrix4x4 &inputTransformation);
[2021-09-09T11:20:08.378Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:10: note: candidate expects 3 arguments, 4 provided
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QMatrix4x4&)���
[2021-09-09T11:20:08.378Z] 225 | void setDragTarget(SurfaceInterface *surface, const QMatrix4x4 &inputTransformation = QMatrix4x4());
[2021-09-09T11:20:08.378Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:10: note: candidate expects 2 arguments, 4 provided
[2021-09-09T11:20:08.378Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:2077:32: error: no matching function for call to ���KWaylandServer::SeatInterface::setDragTarget(std::nullptr_t, std::nullptr_t)���
[2021-09-09T11:20:08.378Z] 2077 | seat->setDragTarget(nullptr, nullptr);
[2021-09-09T11:20:08.378Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] In file included from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/input.cpp:47:
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QPointF&, const QMatrix4x4&)���
[2021-09-09T11:20:08.378Z] 218 | void setDragTarget(SurfaceInterface *surface, const QPointF &globalPosition, const QMatrix4x4 &inputTransformation);
[2021-09-09T11:20:08.378Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:218:10: note: candidate expects 3 arguments, 2 provided
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:10: note: candidate: ���void KWaylandServer::SeatInterface::setDragTarget(KWaylandServer::SurfaceInterface*, const QMatrix4x4&)���
[2021-09-09T11:20:08.378Z] 225 | void setDragTarget(SurfaceInterface *surface, const QMatrix4x4 &inputTransformation = QMatrix4x4());
[2021-09-09T11:20:08.378Z] | ^~~~~~~~~~~~~
[2021-09-09T11:20:08.378Z] /home/jenkins/install-prefix/include/KWaylandServer/seat_interface.h:225:69: note: no known conversion for argument 2 from ���std::nullptr_t��� to ���const QMatrix4x4&���
[2021-09-09T11:20:08.378Z] 225 | void setDragTarget(SurfaceInterface *surface, const QMatrix4x4 &inputTransformation = QMatrix4x4());
[2021-09-09T11:20:08.378Z] | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-09-09T11:20:08.947Z] make[2]: *** [src/CMakeFiles/kwin.dir/build.make:697: src/CMakeFiles/kwin.dir/input.cpp.o] Error 1
[2021-09-09T11:20:08.947Z] make[2]: *** Waiting for unfinished jobs....
[2021-09-09T11:20:10.852Z] make[1]: *** [CMakeFiles/Makefile2:3095: src/CMakeFiles/kwin.dir/all] Error 2
[2021-09-09T11:20:10.852Z] make: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-09-09T11:20:10.873Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to