BUILD FAILURE
Build URL https://build.kde.org/job/Applications/job/kdenlive/job/kf5-qt5%20SUSEQt5.15/135/
Project: kf5-qt5 SUSEQt5.15
Date of build: Thu, 28 Jan 2021 12:37:06 +0000
Build duration: 7 min 32 sec and counting


CONSOLE OUTPUT
[...truncated 1103 lines...]
[2021-01-28T12:44:23.894Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/timecode.cpp:83:
[2021-01-28T12:44:23.894Z] /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here
[2021-01-28T12:44:23.894Z] 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
[2021-01-28T12:44:23.894Z] | ^~~~
[2021-01-28T12:44:23.894Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/timecode.cpp:190:102: warning: ���QTextStream& QTextStreamFunctions::endl(QTextStream&)��� is deprecated: Use Qt::endl [-Wdeprecated-declarations]
[2021-01-28T12:44:23.894Z] 190 | qCWarning(KDENLIVE_LOG) << "Unknown timecode format specified, defaulting to HH_MM_SS_FF" << endl;
[2021-01-28T12:44:23.894Z] | ^~~~
[2021-01-28T12:44:23.894Z] In file included from /usr/include/qt5/QtCore/qdebug.h:49,
[2021-01-28T12:44:23.894Z] from /usr/include/qt5/QtCore/qloggingcategory.h:44,
[2021-01-28T12:44:23.894Z] from /usr/include/qt5/QtCore/QLoggingCategory:1,
[2021-01-28T12:44:23.894Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/build/src/kdenlive_debug.h:6,
[2021-01-28T12:44:23.894Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/timecode.cpp:83:
[2021-01-28T12:44:23.894Z] /usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here
[2021-01-28T12:44:23.894Z] 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
[2021-01-28T12:44:23.894Z] | ^~~~
[2021-01-28T12:44:24.458Z] [ 92%] Building CXX object src/CMakeFiles/kdenliveLib.dir/kdenlive_debug.cpp.o
[2021-01-28T12:44:24.458Z] [ 92%] Building CXX object src/CMakeFiles/kdenliveLib.dir/mainwindowadaptor.cpp.o
[2021-01-28T12:44:25.020Z] [ 92%] Building CXX object src/CMakeFiles/kdenliveLib.dir/moc_definitions.cpp.o
[2021-01-28T12:44:25.582Z] [ 93%] Building CXX object src/CMakeFiles/kdenliveLib.dir/lib/localeHandling.cpp.o
[2021-01-28T12:44:26.510Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mltconnection.cpp: In constructor ���MltConnection::MltConnection(const QString&)���:
[2021-01-28T12:44:26.510Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mltconnection.cpp:72:10: warning: unused variable ���locale��� [-Wunused-variable]
[2021-01-28T12:44:26.510Z] 72 | auto locale = strdup(std::setlocale(MLT_LC_CATEGORY, nullptr));
[2021-01-28T12:44:26.510Z] | ^~~~~~
[2021-01-28T12:44:27.870Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp: In member function ���void MainWindow::setupActions()���:
[2021-01-28T12:44:27.870Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:1142:100: warning: ���void KSelectAction::triggered(int)��� is deprecated: Since 5.78. Use KSelectAction::indexTriggered(int) [-Wdeprecated-declarations]
[2021-01-28T12:44:27.870Z] 1142 | connect(m_timeFormatButton, static_cast<void (KSelectAction::*)(int)>(&KSelectAction::triggered), this, &MainWindow::slotUpdateTimecodeFormat);
[2021-01-28T12:44:27.870Z] | ^
[2021-01-28T12:44:27.870Z] In file included from /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/KSelectAction:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/krecentfilesaction.h:19,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/kstandardaction.h:16,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/kactioncategory.h:18,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/KActionCategory:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.h:33,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:20:
[2021-01-28T12:44:27.870Z] /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/kselectaction.h:336:10: note: declared here
[2021-01-28T12:44:27.870Z] 336 | void triggered(int index);
[2021-01-28T12:44:27.870Z] | ^~~~~~~~~
[2021-01-28T12:44:27.870Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:1142:100: warning: ���void KSelectAction::triggered(int)��� is deprecated: Since 5.78. Use KSelectAction::indexTriggered(int) [-Wdeprecated-declarations]
[2021-01-28T12:44:27.870Z] 1142 | connect(m_timeFormatButton, static_cast<void (KSelectAction::*)(int)>(&KSelectAction::triggered), this, &MainWindow::slotUpdateTimecodeFormat);
[2021-01-28T12:44:27.870Z] | ^
[2021-01-28T12:44:27.870Z] In file included from /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/KSelectAction:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/krecentfilesaction.h:19,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/kstandardaction.h:16,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/kactioncategory.h:18,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/KActionCategory:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.h:33,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:20:
[2021-01-28T12:44:27.870Z] /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/kselectaction.h:336:10: note: declared here
[2021-01-28T12:44:27.870Z] 336 | void triggered(int index);
[2021-01-28T12:44:27.870Z] | ^~~~~~~~~
[2021-01-28T12:44:27.870Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:1488:94: warning: ���void KSelectAction::triggered(int)��� is deprecated: Since 5.78. Use KSelectAction::indexTriggered(int) [-Wdeprecated-declarations]
[2021-01-28T12:44:27.870Z] 1488 | connect(monitorGamma, static_cast<void (KSelectAction::*)(int)>(&KSelectAction::triggered), this, &MainWindow::slotSetMonitorGamma);
[2021-01-28T12:44:27.870Z] | ^
[2021-01-28T12:44:27.870Z] In file included from /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/KSelectAction:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/krecentfilesaction.h:19,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/kstandardaction.h:16,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/kactioncategory.h:18,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/KActionCategory:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.h:33,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:20:
[2021-01-28T12:44:27.870Z] /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/kselectaction.h:336:10: note: declared here
[2021-01-28T12:44:27.870Z] 336 | void triggered(int index);
[2021-01-28T12:44:27.870Z] | ^~~~~~~~~
[2021-01-28T12:44:27.870Z] /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:1488:94: warning: ���void KSelectAction::triggered(int)��� is deprecated: Since 5.78. Use KSelectAction::indexTriggered(int) [-Wdeprecated-declarations]
[2021-01-28T12:44:27.870Z] 1488 | connect(monitorGamma, static_cast<void (KSelectAction::*)(int)>(&KSelectAction::triggered), this, &MainWindow::slotSetMonitorGamma);
[2021-01-28T12:44:27.870Z] | ^
[2021-01-28T12:44:27.870Z] In file included from /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/KSelectAction:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/krecentfilesaction.h:19,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KConfigWidgets/kstandardaction.h:16,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/kactioncategory.h:18,
[2021-01-28T12:44:27.870Z] from /home/jenkins/install-prefix/include/KF5/KXmlGui/KActionCategory:1,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.h:33,
[2021-01-28T12:44:27.870Z] from /home/jenkins/workspace/Applications/kdenlive/kf5-qt5 SUSEQt5.15/src/mainwindow.cpp:20:
[2021-01-28T12:44:27.870Z] /home/jenkins/install-prefix/include/KF5/KWidgetsAddons/kselectaction.h:336:10: note: declared here
[2021-01-28T12:44:27.870Z] 336 | void triggered(int index);
[2021-01-28T12:44:27.870Z] | ^~~~~~~~~
[2021-01-28T12:44:37.994Z] [ 93%] Linking CXX static library ../lib/libkdenliveLib.a
[2021-01-28T12:44:38.553Z] [ 93%] Built target kdenliveLib
[2021-01-28T12:44:38.553Z] Scanning dependencies of target kdenlive_autogen
[2021-01-28T12:44:38.553Z] [ 93%] Automatic MOC for target kdenlive
[2021-01-28T12:44:38.553Z] [ 93%] Built target kdenlive_autogen
[2021-01-28T12:44:38.553Z] Scanning dependencies of target runTests_autogen
[2021-01-28T12:44:38.553Z] [ 94%] Automatic MOC for target runTests
[2021-01-28T12:44:38.553Z] [ 94%] Built target runTests_autogen
[2021-01-28T12:44:38.553Z] [ 94%] Generating qrc_uiresources.cpp
[2021-01-28T12:44:38.553Z] [ 95%] Generating qrc_icons.cpp
[2021-01-28T12:44:38.553Z] Scanning dependencies of target kdenlive
[2021-01-28T12:44:38.553Z] make[2]: *** No rule to make target 'src/qrc_resources.cpp', needed by 'src/CMakeFiles/kdenlive.dir/qrc_resources.cpp.o'. Stop.
[2021-01-28T12:44:38.553Z] make[2]: *** Waiting for unfinished jobs....
[2021-01-28T12:44:38.553Z] [ 95%] Building CXX object src/CMakeFiles/kdenlive.dir/kdenlive_autogen/mocs_compilation.cpp.o
[2021-01-28T12:44:38.553Z] make[1]: *** [CMakeFiles/Makefile2:1257: src/CMakeFiles/kdenlive.dir/all] Error 2
[2021-01-28T12:44:38.553Z] make: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-01-28T12:44:38.757Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to