CONSOLE OUTPUT
|
[...truncated 1011 lines...] |
[2021-10-11T19:54:31.594Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwinglutils.h:554:15: warning: ���KWin::GLTexture KWin::GLRenderTarget::mTexture��� [-Wreorder] |
[2021-10-11T19:54:31.594Z] 554 | GLTexture mTexture; |
[2021-10-11T19:54:31.594Z] | ^~~~~~~~ |
[2021-10-11T19:54:31.594Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwinglutils.cpp:1095:1: warning: when initialized here [-Wreorder] |
[2021-10-11T19:54:31.594Z] 1095 | GLRenderTarget::GLRenderTarget() |
[2021-10-11T19:54:31.594Z] | ^~~~~~~~~~~~~~ |
[2021-10-11T19:54:31.594Z] In file included from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwinglutils.cpp:11: |
[2021-10-11T19:54:31.594Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwinglutils.h: In constructor ���KWin::GLRenderTarget::GLRenderTarget(const KWin::GLTexture&)���: |
[2021-10-11T19:54:31.594Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwinglutils.h:555:10: warning: ���KWin::GLRenderTarget::mValid��� will be initialized after [-Wreorder] |
[2021-10-11T19:54:31.594Z] 555 | bool mValid; |
[2021-10-11T19:54:31.594Z] | ^~~~~~ |
[2021-10-11T19:54:31.594Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwinglutils.h:554:15: warning: ���KWin::GLTexture KWin::GLRenderTarget::mTexture��� [-Wreorder] |
[2021-10-11T19:54:31.594Z] 554 | GLTexture mTexture; |
[2021-10-11T19:54:31.594Z] | ^~~~~~~~ |
[2021-10-11T19:54:31.594Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/libkwineffects/kwinglutils.cpp:1101:1: warning: when initialized here [-Wreorder] |
[2021-10-11T19:54:31.594Z] 1101 | GLRenderTarget::GLRenderTarget(const GLTexture& color) |
[2021-10-11T19:54:31.594Z] | ^~~~~~~~~~~~~~ |
[2021-10-11T19:54:33.494Z] [ 3%] Building CXX object src/libkwineffects/CMakeFiles/kwinglutils.dir/kwinglutils_funcs.cpp.o |
[2021-10-11T19:54:35.395Z] [ 3%] Building CXX object src/libkwineffects/CMakeFiles/kwinglutils.dir/kwineglimagetexture.cpp.o |
[2021-10-11T19:54:37.314Z] [ 3%] Building CXX object src/libkwineffects/CMakeFiles/kwinglutils.dir/logging.cpp.o |
[2021-10-11T19:54:38.255Z] [ 3%] Linking CXX shared library ../../bin/libkwinglutils.so |
[2021-10-11T19:54:38.829Z] [ 3%] Built target kwinglutils |
[2021-10-11T19:54:38.829Z] [ 3%] Building CXX object src/xwl/lib/CMakeFiles/KWinXwaylandCommon.dir/KWinXwaylandCommon_autogen/mocs_compilation.cpp.o |
[2021-10-11T19:54:39.085Z] [ 3%] Building CXX object src/xwl/lib/CMakeFiles/KWinXwaylandCommon.dir/xwaylandsocket.cpp.o |
[2021-10-11T19:54:40.021Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp: In constructor ���KWin::UnixSocketAddress::UnixSocketAddress(const QString&, KWin::UnixSocketAddress::Type)���: |
[2021-10-11T19:54:40.021Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:54:36: error: invalid user-defined conversion from ���const QByteArray��� to ���const char*��� [-fpermissive] |
[2021-10-11T19:54:40.021Z] 54 | qstrcpy(address->sun_path, encodedSocketPath); |
[2021-10-11T19:54:40.021Z] | ^~~~~~~~~~~~~~~~~ |
[2021-10-11T19:54:40.021Z] In file included from /usr/include/qt5/QtCore/QByteArray:1, |
[2021-10-11T19:54:40.021Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.h:9, |
[2021-10-11T19:54:40.021Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:7: |
[2021-10-11T19:54:40.021Z] /usr/include/qt5/QtCore/qbytearray.h:469:5: note: candidate is: ���QByteArray::operator QNoImplicitBoolCast() const��� (near match) |
[2021-10-11T19:54:40.021Z] 469 | operator QNoImplicitBoolCast() const; |
[2021-10-11T19:54:40.021Z] | ^~~~~~~~ |
[2021-10-11T19:54:40.021Z] /usr/include/qt5/QtCore/qbytearray.h:469:5: note: no known conversion from ���QNoImplicitBoolCast��� {aka ���int���} to ���const char*��� |
[2021-10-11T19:54:40.021Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:54:16: error: ���QByteArray::operator QNoImplicitBoolCast() const��� is private within this context |
[2021-10-11T19:54:40.021Z] 54 | qstrcpy(address->sun_path, encodedSocketPath); |
[2021-10-11T19:54:40.022Z] | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-10-11T19:54:40.022Z] In file included from /usr/include/qt5/QtCore/QByteArray:1, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.h:9, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:7: |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qbytearray.h:469:5: note: declared private here |
[2021-10-11T19:54:40.022Z] 469 | operator QNoImplicitBoolCast() const; |
[2021-10-11T19:54:40.022Z] | ^~~~~~~~ |
[2021-10-11T19:54:40.022Z] In file included from /usr/include/qt5/QtCore/QByteArray:1, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.h:9, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:7: |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qbytearray.h:86:52: note: initializing argument 2 of ���char* qstrcpy(char*, const char*)��� |
[2021-10-11T19:54:40.022Z] 86 | Q_CORE_EXPORT char *qstrcpy(char *dst, const char *src); |
[2021-10-11T19:54:40.022Z] | ~~~~~~~~~~~~^~~ |
[2021-10-11T19:54:40.022Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:57:40: error: invalid user-defined conversion from ���const QByteArray��� to ���const char*��� [-fpermissive] |
[2021-10-11T19:54:40.022Z] 57 | qstrcpy(address->sun_path + 1, encodedSocketPath); |
[2021-10-11T19:54:40.022Z] | ^~~~~~~~~~~~~~~~~ |
[2021-10-11T19:54:40.022Z] In file included from /usr/include/qt5/QtCore/QByteArray:1, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.h:9, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:7: |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qbytearray.h:469:5: note: candidate is: ���QByteArray::operator QNoImplicitBoolCast() const��� (near match) |
[2021-10-11T19:54:40.022Z] 469 | operator QNoImplicitBoolCast() const; |
[2021-10-11T19:54:40.022Z] | ^~~~~~~~ |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qbytearray.h:469:5: note: no known conversion from ���QNoImplicitBoolCast��� {aka ���int���} to ���const char*��� |
[2021-10-11T19:54:40.022Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:57:16: error: ���QByteArray::operator QNoImplicitBoolCast() const��� is private within this context |
[2021-10-11T19:54:40.022Z] 57 | qstrcpy(address->sun_path + 1, encodedSocketPath); |
[2021-10-11T19:54:40.022Z] | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-10-11T19:54:40.022Z] In file included from /usr/include/qt5/QtCore/QByteArray:1, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.h:9, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:7: |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qbytearray.h:469:5: note: declared private here |
[2021-10-11T19:54:40.022Z] 469 | operator QNoImplicitBoolCast() const; |
[2021-10-11T19:54:40.022Z] | ^~~~~~~~ |
[2021-10-11T19:54:40.022Z] In file included from /usr/include/qt5/QtCore/QByteArray:1, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.h:9, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:7: |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qbytearray.h:86:52: note: initializing argument 2 of ���char* qstrcpy(char*, const char*)��� |
[2021-10-11T19:54:40.022Z] 86 | Q_CORE_EXPORT char *qstrcpy(char *dst, const char *src); |
[2021-10-11T19:54:40.022Z] | ~~~~~~~~~~~~^~~ |
[2021-10-11T19:54:40.022Z] In file included from /usr/include/qt5/QtCore/qstring.h:2168, |
[2021-10-11T19:54:40.022Z] from /usr/include/qt5/QtCore/QString:1, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.h:10, |
[2021-10-11T19:54:40.022Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:7: |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qstringbuilder.h: In instantiation of ���static void QConcatenable<QStringBuilder<A, B> >::appendTo(const type&, T*&) [with T = QChar; A = char [2]; B = QString; QConcatenable<QStringBuilder<A, B> >::type = QStringBuilder<char [2], QString>]���: |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qstringbuilder.h:118:56: required from ���T QStringBuilder<A, B>::convertTo() const [with T = QString; A = char [2]; B = QString]��� |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qstringbuilder.h:131:61: required from ���QStringBuilder<A, B>::operator QStringBuilder<A, B>::ConvertTo() const [with A = char [2]; B = QString; QStringBuilder<A, B>::ConvertTo = QString]��� |
[2021-10-11T19:54:40.022Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/src/xwl/lib/xwaylandsocket.cpp:243:43: required from here |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qstringbuilder.h:428:35: error: cannot convert ���QChar*��� to ���char*&��� |
[2021-10-11T19:54:40.022Z] 428 | QConcatenable<A>::appendTo(p.a, out); |
[2021-10-11T19:54:40.022Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ |
[2021-10-11T19:54:40.022Z] /usr/include/qt5/QtCore/qstringbuilder.h:318:57: note: initializing argument 2 of ���static void QConcatenable<const char [N]>::appendTo(const char*, char*&) [with int N = 2]��� |
[2021-10-11T19:54:40.022Z] 318 | static inline void appendTo(const char a[N], char *&out) |
[2021-10-11T19:54:40.022Z] | ~~~~~~~^~~ |
[2021-10-11T19:54:40.022Z] make[2]: *** [src/xwl/lib/CMakeFiles/KWinXwaylandCommon.dir/build.make:90: src/xwl/lib/CMakeFiles/KWinXwaylandCommon.dir/xwaylandsocket.cpp.o] Error 1 |
[2021-10-11T19:54:40.022Z] make[1]: *** [CMakeFiles/Makefile2:6322: src/xwl/lib/CMakeFiles/KWinXwaylandCommon.dir/all] Error 2 |
[2021-10-11T19:54:40.022Z] make: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-10-11T19:54:40.298Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |