|
CONSOLE OUTPUT
|
| [...truncated 540 lines...] |
| [2020-09-12T13:19:33.790Z] /usr/include/qt5/QtWidgets/qdesktopwidget.h:79:67: note: declared here |
| [2020-09-12T13:19:33.790Z] 79 | QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const; |
| [2020-09-12T13:19:33.790Z] | ^~~~~~~~~~~~~~ |
| [2020-09-12T13:19:33.790Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:295:19: warning: ���static void QCoreApplication::flush()��� is deprecated [-Wdeprecated-declarations] |
| [2020-09-12T13:19:33.790Z] 295 | QApplication::flush(); |
| [2020-09-12T13:19:33.790Z] | ^~~~~ |
| [2020-09-12T13:19:33.790Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
| [2020-09-12T13:19:33.790Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
| [2020-09-12T13:19:33.790Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:37: |
| [2020-09-12T13:19:33.790Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
| [2020-09-12T13:19:33.790Z] 169 | QT_DEPRECATED static void flush(); |
| [2020-09-12T13:19:33.790Z] | ^~~~~ |
| [2020-09-12T13:19:33.790Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:295:25: warning: ���static void QCoreApplication::flush()��� is deprecated [-Wdeprecated-declarations] |
| [2020-09-12T13:19:33.790Z] 295 | QApplication::flush(); |
| [2020-09-12T13:19:33.790Z] | ^ |
| [2020-09-12T13:19:33.790Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
| [2020-09-12T13:19:33.790Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
| [2020-09-12T13:19:33.790Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kstart/kstart.cpp:37: |
| [2020-09-12T13:19:33.790Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
| [2020-09-12T13:19:33.790Z] 169 | QT_DEPRECATED static void flush(); |
| [2020-09-12T13:19:33.790Z] | ^~~~~ |
| [2020-09-12T13:19:33.790Z] [ 71%] Building CXX object kmimetypefinder/CMakeFiles/kmimetypefinder5.dir/kmimetypefinder.cpp.o |
| [2020-09-12T13:19:35.169Z] [ 73%] Linking CXX executable ../bin/kstart5 |
| [2020-09-12T13:19:35.169Z] [ 74%] Linking CXX executable ../bin/kmimetypefinder5 |
| [2020-09-12T13:19:35.426Z] [ 74%] Built target kstart5 |
| [2020-09-12T13:19:35.426Z] [ 74%] Built target kmimetypefinder5 |
| [2020-09-12T13:19:35.683Z] Scanning dependencies of target ktraderclient5 |
| [2020-09-12T13:19:35.683Z] [ 75%] Building CXX object ktraderclient/CMakeFiles/ktraderclient5.dir/ktraderclient5_autogen/mocs_compilation.cpp.o |
| [2020-09-12T13:19:35.683Z] [ 76%] Building CXX object ktraderclient/CMakeFiles/ktraderclient5.dir/ktraderclient.cpp.o |
| [2020-09-12T13:19:37.573Z] [ 78%] Linking CXX executable ../bin/ktraderclient5 |
| [2020-09-12T13:19:37.573Z] [ 78%] Built target ktraderclient5 |
| [2020-09-12T13:19:37.573Z] Scanning dependencies of target kde-open5 |
| [2020-09-12T13:19:37.832Z] [ 79%] Building CXX object kioclient/CMakeFiles/kde-open5.dir/kde-open5_autogen/mocs_compilation.cpp.o |
| [2020-09-12T13:19:39.203Z] [ 80%] Building CXX object kioclient/CMakeFiles/kde-open5.dir/kioclient.cpp.o |
| [2020-09-12T13:19:40.568Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp: In member function ���bool ClientApp::kde_open(const QString&, const QString&, bool)���: |
| [2020-09-12T13:19:40.568Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp:223:94: warning: ���static bool KRun::runUrl(const QUrl&, const QString&, QWidget*, KRun::RunFlags, const QString&, const QByteArray&)��� is deprecated: Since 5.71. Use KIO::OpenUrlJob, see API docs for a code sample [-Wdeprecated-declarations] |
| [2020-09-12T13:19:40.568Z] 223 | return KRun::runUrl(info.url, mimeType, nullptr, KRun::RunFlags(KRun::RunExecutables)); |
| [2020-09-12T13:19:40.568Z] | ^ |
| [2020-09-12T13:19:40.568Z] In file included from /home/jenkins/install-prefix/include/KF5/KIOWidgets/KRun:1, |
| [2020-09-12T13:19:40.568Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp:31: |
| [2020-09-12T13:19:40.568Z] /home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:415:17: note: declared here |
| [2020-09-12T13:19:40.568Z] 415 | static bool runUrl(const QUrl &url, const QString &mimetype, QWidget *window, RunFlags flags, |
| [2020-09-12T13:19:40.568Z] | ^~~~~~ |
| [2020-09-12T13:19:41.498Z] [ 82%] Linking CXX executable ../bin/kde-open5 |
| [2020-09-12T13:19:41.755Z] [ 82%] Built target kde-open5 |
| [2020-09-12T13:19:41.755Z] Scanning dependencies of target ksvgtopng5 |
| [2020-09-12T13:19:41.755Z] [ 83%] Building CXX object ksvgtopng/CMakeFiles/ksvgtopng5.dir/ksvgtopng5_autogen/mocs_compilation.cpp.o |
| [2020-09-12T13:19:41.755Z] [ 84%] Building CXX object ksvgtopng/CMakeFiles/ksvgtopng5.dir/ksvgtopng.cpp.o |
| [2020-09-12T13:19:41.755Z] Scanning dependencies of target filetypestest |
| [2020-09-12T13:19:41.755Z] [ 87%] Building CXX object keditfiletype/tests/CMakeFiles/filetypestest.dir/filetypestest_autogen/mocs_compilation.cpp.o |
| [2020-09-12T13:19:41.755Z] [ 87%] Building CXX object keditfiletype/tests/CMakeFiles/filetypestest.dir/filetypestest.cpp.o |
| [2020-09-12T13:19:42.011Z] [ 88%] Building CXX object keditfiletype/tests/CMakeFiles/filetypestest.dir/__/mimetypedata.cpp.o |
| [2020-09-12T13:19:43.902Z] [ 89%] Linking CXX executable ../bin/ksvgtopng5 |
| [2020-09-12T13:19:44.158Z] [ 89%] Built target ksvgtopng5 |
| [2020-09-12T13:19:44.158Z] Scanning dependencies of target kdecp5 |
| [2020-09-12T13:19:44.158Z] Scanning dependencies of target kioclient5 |
| [2020-09-12T13:19:44.158Z] [ 91%] Building CXX object kioclient/CMakeFiles/kdecp5.dir/kioclient.cpp.o |
| [2020-09-12T13:19:44.158Z] [ 92%] Building CXX object kioclient/CMakeFiles/kdecp5.dir/kdecp5_autogen/mocs_compilation.cpp.o |
| [2020-09-12T13:19:44.158Z] [ 93%] Building CXX object kioclient/CMakeFiles/kioclient5.dir/kioclient5_autogen/mocs_compilation.cpp.o |
| [2020-09-12T13:19:44.721Z] [ 94%] Building CXX object keditfiletype/tests/CMakeFiles/filetypestest.dir/__/mimetypewriter.cpp.o |
| [2020-09-12T13:19:44.721Z] [ 96%] Building CXX object kioclient/CMakeFiles/kioclient5.dir/kioclient.cpp.o |
| [2020-09-12T13:19:48.022Z] [ 97%] Linking CXX executable ../../bin/filetypestest |
| [2020-09-12T13:19:48.022Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp: In member function ���bool ClientApp::kde_open(const QString&, const QString&, bool)���: |
| [2020-09-12T13:19:48.022Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp:223:94: warning: ���static bool KRun::runUrl(const QUrl&, const QString&, QWidget*, KRun::RunFlags, const QString&, const QByteArray&)��� is deprecated: Since 5.71. Use KIO::OpenUrlJob, see API docs for a code sample [-Wdeprecated-declarations] |
| [2020-09-12T13:19:48.022Z] 223 | return KRun::runUrl(info.url, mimeType, nullptr, KRun::RunFlags(KRun::RunExecutables)); |
| [2020-09-12T13:19:48.022Z] | ^ |
| [2020-09-12T13:19:48.022Z] In file included from /home/jenkins/install-prefix/include/KF5/KIOWidgets/KRun:1, |
| [2020-09-12T13:19:48.022Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp:31: |
| [2020-09-12T13:19:48.022Z] /home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:415:17: note: declared here |
| [2020-09-12T13:19:48.022Z] 415 | static bool runUrl(const QUrl &url, const QString &mimetype, QWidget *window, RunFlags flags, |
| [2020-09-12T13:19:48.022Z] | ^~~~~~ |
| [2020-09-12T13:19:48.022Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp: In member function ���bool ClientApp::kde_open(const QString&, const QString&, bool)���: |
| [2020-09-12T13:19:48.022Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp:223:94: warning: ���static bool KRun::runUrl(const QUrl&, const QString&, QWidget*, KRun::RunFlags, const QString&, const QByteArray&)��� is deprecated: Since 5.71. Use KIO::OpenUrlJob, see API docs for a code sample [-Wdeprecated-declarations] |
| [2020-09-12T13:19:48.022Z] 223 | return KRun::runUrl(info.url, mimeType, nullptr, KRun::RunFlags(KRun::RunExecutables)); |
| [2020-09-12T13:19:48.022Z] | ^ |
| [2020-09-12T13:19:48.022Z] In file included from /home/jenkins/install-prefix/include/KF5/KIOWidgets/KRun:1, |
| [2020-09-12T13:19:48.022Z] from /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/kioclient/kioclient.cpp:31: |
| [2020-09-12T13:19:48.022Z] /home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:415:17: note: declared here |
| [2020-09-12T13:19:48.022Z] 415 | static bool runUrl(const QUrl &url, const QString &mimetype, QWidget *window, RunFlags flags, |
| [2020-09-12T13:19:48.022Z] | ^~~~~~ |
| [2020-09-12T13:19:48.022Z] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/filetypestest.dir/filetypestest.cpp.o: in function `FileTypesTest::testCreateMimeType()': |
| [2020-09-12T13:19:48.022Z] /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/keditfiletype/tests/filetypestest.cpp:290: undefined reference to `qmime_secondsBetweenChecks' |
| [2020-09-12T13:19:48.022Z] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: /home/jenkins/workspace/Plasma/kde-cli-tools/stable-kf5-qt5 SUSEQt5.15/keditfiletype/tests/filetypestest.cpp:290: undefined reference to `qmime_secondsBetweenChecks' |
| [2020-09-12T13:19:48.279Z] collect2: error: ld returned 1 exit status |
| [2020-09-12T13:19:48.279Z] make[2]: *** [keditfiletype/tests/CMakeFiles/filetypestest.dir/build.make:148: bin/filetypestest] Error 1 |
| [2020-09-12T13:19:48.279Z] make[1]: *** [CMakeFiles/Makefile2:751: keditfiletype/tests/CMakeFiles/filetypestest.dir/all] Error 2 |
| [2020-09-12T13:19:48.279Z] make[1]: *** Waiting for unfinished jobs.... |
| [2020-09-12T13:19:48.857Z] [ 98%] Linking CXX executable ../bin/kdecp5 |
| [2020-09-12T13:19:49.434Z] [100%] Linking CXX executable ../bin/kioclient5 |
| [2020-09-12T13:19:49.434Z] [100%] Built target kdecp5 |
| [2020-09-12T13:19:49.996Z] [100%] Built target kioclient5 |
| [2020-09-12T13:19:49.996Z] make: *** [Makefile:160: all] Error 2 |
| [Pipeline] } |
| [Pipeline] // stage |
| [Pipeline] } |
| [2020-09-12T13:19:50.394Z] ERROR: script returned exit code 1 |
| [Pipeline] // catchError |
| [Pipeline] emailextrecipients |
| [Pipeline] emailext |