|
CONSOLE OUTPUT
|
| [...truncated 542 lines...] |
| [2020-09-12T14:17:55.572Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
| [2020-09-12T14:17:55.572Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
| [2020-09-12T14:17:55.572Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:38: |
| [2020-09-12T14:17:55.573Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
| [2020-09-12T14:17:55.573Z] 169 | QT_DEPRECATED static void flush(); |
| [2020-09-12T14:17:55.573Z] | ^~~~~ |
| [2020-09-12T14:17:55.573Z] collect2: error: ld returned 1 exit status |
| [2020-09-12T14:17:55.573Z] make[2]: *** [keditfiletype/tests/CMakeFiles/filetypestest.dir/build.make:148: bin/filetypestest] Error 1 |
| [2020-09-12T14:17:55.573Z] make[1]: *** [CMakeFiles/Makefile2:773: keditfiletype/tests/CMakeFiles/filetypestest.dir/all] Error 2 |
| [2020-09-12T14:17:55.573Z] make[1]: *** Waiting for unfinished jobs.... |
| [2020-09-12T14:17:55.573Z] [ 69%] Linking CXX executable ../bin/kdecp5 |
| [2020-09-12T14:17:55.573Z] /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp: In member function ���void KStart::applyStyle(WId)���: |
| [2020-09-12T14:17:55.573Z] /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:268:16: warning: ���static void QCoreApplication::flush()��� is deprecated [-Wdeprecated-declarations] |
| [2020-09-12T14:17:55.573Z] 268 | QApplication::flush(); |
| [2020-09-12T14:17:55.573Z] | ^~~~~ |
| [2020-09-12T14:17:55.573Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
| [2020-09-12T14:17:55.573Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
| [2020-09-12T14:17:55.573Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:38: |
| [2020-09-12T14:17:55.573Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
| [2020-09-12T14:17:55.573Z] 169 | QT_DEPRECATED static void flush(); |
| [2020-09-12T14:17:55.573Z] | ^~~~~ |
| [2020-09-12T14:17:55.573Z] /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:268:22: warning: ���static void QCoreApplication::flush()��� is deprecated [-Wdeprecated-declarations] |
| [2020-09-12T14:17:55.573Z] 268 | QApplication::flush(); |
| [2020-09-12T14:17:55.573Z] | ^ |
| [2020-09-12T14:17:55.573Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
| [2020-09-12T14:17:55.573Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
| [2020-09-12T14:17:55.573Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:38: |
| [2020-09-12T14:17:55.573Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
| [2020-09-12T14:17:55.573Z] 169 | QT_DEPRECATED static void flush(); |
| [2020-09-12T14:17:55.573Z] | ^~~~~ |
| [2020-09-12T14:17:55.573Z] /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:298:52: warning: ���const QRect QDesktopWidget::screenGeometry(int) const��� is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] |
| [2020-09-12T14:17:55.573Z] 298 | QRect r = QApplication::desktop()->screenGeometry(); |
| [2020-09-12T14:17:55.573Z] | ^ |
| [2020-09-12T14:17:55.573Z] In file included from /usr/include/qt5/QtWidgets/QDesktopWidget:1, |
| [2020-09-12T14:17:55.573Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:37: |
| [2020-09-12T14:17:55.573Z] /usr/include/qt5/QtWidgets/qdesktopwidget.h:79:67: note: declared here |
| [2020-09-12T14:17:55.573Z] 79 | QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const; |
| [2020-09-12T14:17:55.573Z] | ^~~~~~~~~~~~~~ |
| [2020-09-12T14:17:55.573Z] /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:311:19: warning: ���static void QCoreApplication::flush()��� is deprecated [-Wdeprecated-declarations] |
| [2020-09-12T14:17:55.573Z] 311 | QApplication::flush(); |
| [2020-09-12T14:17:55.573Z] | ^~~~~ |
| [2020-09-12T14:17:55.573Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
| [2020-09-12T14:17:55.573Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
| [2020-09-12T14:17:55.573Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:38: |
| [2020-09-12T14:17:55.573Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
| [2020-09-12T14:17:55.573Z] 169 | QT_DEPRECATED static void flush(); |
| [2020-09-12T14:17:55.573Z] | ^~~~~ |
| [2020-09-12T14:17:55.573Z] /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:311:25: warning: ���static void QCoreApplication::flush()��� is deprecated [-Wdeprecated-declarations] |
| [2020-09-12T14:17:55.573Z] 311 | QApplication::flush(); |
| [2020-09-12T14:17:55.573Z] | ^ |
| [2020-09-12T14:17:55.573Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
| [2020-09-12T14:17:55.573Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
| [2020-09-12T14:17:55.573Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:38: |
| [2020-09-12T14:17:55.573Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
| [2020-09-12T14:17:55.573Z] 169 | QT_DEPRECATED static void flush(); |
| [2020-09-12T14:17:55.573Z] | ^~~~~ |
| [2020-09-12T14:17:55.573Z] [ 70%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/filetypesview.cpp.o |
| [2020-09-12T14:17:55.573Z] [ 70%] Built target ksvgtopng5 |
| [2020-09-12T14:17:55.573Z] [ 71%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/filetypedetails.cpp.o |
| [2020-09-12T14:17:55.831Z] [ 73%] Linking CXX executable ../bin/kcmshell5 |
| [2020-09-12T14:17:55.831Z] [ 74%] Linking CXX executable ../bin/kioclient5 |
| [2020-09-12T14:17:55.832Z] [ 74%] Built target kbroadcastnotification |
| [2020-09-12T14:17:55.832Z] [ 75%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/filegroupdetails.cpp.o |
| [2020-09-12T14:17:56.090Z] [ 76%] Linking CXX executable ../bin/kdemv5 |
| [2020-09-12T14:17:56.090Z] [ 76%] Built target kdecp5 |
| [2020-09-12T14:17:56.090Z] [ 78%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/kservicelistwidget.cpp.o |
| [2020-09-12T14:17:56.348Z] [ 79%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/keditfiletype.cpp.o |
| [2020-09-12T14:17:56.608Z] [ 79%] Built target kioclient5 |
| [2020-09-12T14:17:56.608Z] [ 80%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/filetypedetails.cpp.o |
| [2020-09-12T14:17:56.608Z] [ 81%] Linking CXX executable ../bin/kstart5 |
| [2020-09-12T14:17:56.608Z] [ 81%] Built target kdemv5 |
| [2020-09-12T14:17:56.608Z] [ 82%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/filegroupdetails.cpp.o |
| [2020-09-12T14:17:56.608Z] [ 84%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/kservicelistwidget.cpp.o |
| [2020-09-12T14:17:56.608Z] [ 84%] Built target kcmshell5 |
| [2020-09-12T14:17:56.608Z] [ 85%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/typeslistitem.cpp.o |
| [2020-09-12T14:17:56.869Z] [ 86%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/typeslistitem.cpp.o |
| [2020-09-12T14:17:56.869Z] [ 87%] Linking CXX executable ../bin/kdesu |
| [2020-09-12T14:17:56.869Z] [ 89%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/mimetypedata.cpp.o |
| [2020-09-12T14:17:57.126Z] [ 89%] Built target kstart5 |
| [2020-09-12T14:17:57.126Z] [ 90%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/mimetypewriter.cpp.o |
| [2020-09-12T14:17:57.384Z] [ 90%] Built target kdesu_executable |
| [2020-09-12T14:17:57.384Z] [ 91%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/mimetypedata.cpp.o |
| [2020-09-12T14:17:57.642Z] [ 92%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/newtypedlg.cpp.o |
| [2020-09-12T14:17:57.901Z] [ 93%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/mimetypewriter.cpp.o |
| [2020-09-12T14:17:58.158Z] [ 95%] Building CXX object keditfiletype/CMakeFiles/kcm_filetypes.dir/kserviceselectdlg.cpp.o |
| [2020-09-12T14:17:58.158Z] [ 96%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/newtypedlg.cpp.o |
| [2020-09-12T14:17:58.158Z] [ 97%] Building CXX object keditfiletype/CMakeFiles/keditfiletype5.dir/kserviceselectdlg.cpp.o |
| [2020-09-12T14:17:59.525Z] [ 98%] Linking CXX shared module ../bin/kcm_filetypes.so |
| [2020-09-12T14:17:59.525Z] [100%] Linking CXX executable ../bin/keditfiletype5 |
| [2020-09-12T14:17:59.525Z] [100%] Built target kcm_filetypes |
| [2020-09-12T14:17:59.782Z] [100%] Built target keditfiletype5 |
| [2020-09-12T14:17:59.782Z] make: *** [Makefile:160: all] Error 2 |
| [Pipeline] } |
| [Pipeline] // stage |
| [Pipeline] } |
| [2020-09-12T14:18:00.149Z] ERROR: script returned exit code 1 |
| [Pipeline] // catchError |
| [Pipeline] emailextrecipients |
| [Pipeline] emailext |