CONSOLE OUTPUT
|
[...truncated 869 lines...] |
[2020-11-05T10:11:58.531Z] ^ |
[2020-11-05T10:11:58.531Z] <scratch space>:102:1: note: expanded from here |
[2020-11-05T10:11:58.531Z] KDECLARATIVE_DEPRECATED_VERSION_5 |
[2020-11-05T10:11:58.531Z] ^ |
[2020-11-05T10:11:58.531Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h:130:61: note: expanded from macro 'KDECLARATIVE_DEPRECATED_VERSION_5' |
[2020-11-05T10:11:58.531Z] #define KDECLARATIVE_DEPRECATED_VERSION_5(minor, text) KDECLARATIVE_DEPRECATED_VERSION_5_##minor(text) |
[2020-11-05T10:11:58.531Z] ^ |
[2020-11-05T10:11:58.531Z] <scratch space>:103:1: note: expanded from here |
[2020-11-05T10:11:58.531Z] KDECLARATIVE_DEPRECATED_VERSION_5_75 |
[2020-11-05T10:11:58.531Z] ^ |
[2020-11-05T10:11:58.531Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h:126:54: note: expanded from macro 'KDECLARATIVE_DEPRECATED_VERSION_5_75' |
[2020-11-05T10:11:58.531Z] # define KDECLARATIVE_DEPRECATED_VERSION_5_75(text) KDECLARATIVE_DECL_DEPRECATED_TEXT(text) |
[2020-11-05T10:11:58.531Z] ^ |
[2020-11-05T10:11:58.531Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h:42:65: note: expanded from macro 'KDECLARATIVE_DECL_DEPRECATED_TEXT' |
[2020-11-05T10:11:58.531Z] #define KDECLARATIVE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2020-11-05T10:11:58.531Z] ^ |
[2020-11-05T10:11:58.794Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/timeline2/view/timelinecontroller.cpp:3776:1: error: expected unqualified-id |
[2020-11-05T10:11:58.794Z] >>>>>>> sassycode/kdenlive-subtitler |
[2020-11-05T10:11:58.794Z] ^ |
[2020-11-05T10:11:58.794Z] [ 79%] Building CXX object src/CMakeFiles/kdenliveLib.dir/transitions/transitionsrepository.cpp.o |
[2020-11-05T10:11:59.082Z] [ 79%] Building CXX object src/CMakeFiles/kdenliveLib.dir/transitions/transitionlist/view/transitionlistwidget.cpp.o |
[2020-11-05T10:11:59.082Z] [ 80%] Building CXX object src/CMakeFiles/kdenliveLib.dir/transitions/transitionlist/model/transitiontreemodel.cpp.o |
[2020-11-05T10:11:59.364Z] [ 80%] Building CXX object src/CMakeFiles/kdenliveLib.dir/transitions/transitionlist/model/transitionfilter.cpp.o |
[2020-11-05T10:11:59.625Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/titler/titlewidget.cpp:2354:35: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] |
[2020-11-05T10:11:59.625Z] m_startViewport->setFlags(nullptr); |
[2020-11-05T10:11:59.625Z] ^ |
[2020-11-05T10:11:59.625Z] /usr/local/include/qt5/QtCore/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here |
[2020-11-05T10:11:59.625Z] QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {} |
[2020-11-05T10:11:59.625Z] ^ |
[2020-11-05T10:11:59.625Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2020-11-05T10:11:59.625Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2020-11-05T10:11:59.625Z] ^ |
[2020-11-05T10:11:59.625Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2020-11-05T10:11:59.625Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2020-11-05T10:11:59.625Z] ^ |
[2020-11-05T10:11:59.625Z] 1 warning generated. |
[2020-11-05T10:11:59.625Z] [ 80%] Building CXX object src/CMakeFiles/kdenliveLib.dir/transitions/view/transitionparameterview.cpp.o |
[2020-11-05T10:12:00.214Z] [ 80%] Building CXX object src/CMakeFiles/kdenliveLib.dir/transitions/view/transitionstackview.cpp.o |
[2020-11-05T10:12:00.214Z] [ 81%] Building CXX object src/CMakeFiles/kdenliveLib.dir/transitions/view/mixstackview.cpp.o |
[2020-11-05T10:12:00.798Z] 1 warning generated. |
[2020-11-05T10:12:00.798Z] [ 81%] Building CXX object src/CMakeFiles/kdenliveLib.dir/utils/abstractservice.cpp.o |
[2020-11-05T10:12:01.370Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/transitions/transitionlist/model/transitiontreemodel.cpp:114:57: warning: unused parameter 'newName' [-Wunused-parameter] |
[2020-11-05T10:12:01.370Z] void TransitionTreeModel::editCustomAsset(const QString newName, const QString newDescription, const QModelIndex &index) |
[2020-11-05T10:12:01.370Z] ^ |
[2020-11-05T10:12:01.370Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/transitions/transitionlist/model/transitiontreemodel.cpp:114:80: warning: unused parameter 'newDescription' [-Wunused-parameter] |
[2020-11-05T10:12:01.370Z] void TransitionTreeModel::editCustomAsset(const QString newName, const QString newDescription, const QModelIndex &index) |
[2020-11-05T10:12:01.370Z] ^ |
[2020-11-05T10:12:01.370Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/transitions/transitionlist/model/transitiontreemodel.cpp:114:115: warning: unused parameter 'index' [-Wunused-parameter] |
[2020-11-05T10:12:01.370Z] void TransitionTreeModel::editCustomAsset(const QString newName, const QString newDescription, const QModelIndex &index) |
[2020-11-05T10:12:01.370Z] ^ |
[2020-11-05T10:12:01.370Z] [ 81%] Building CXX object src/CMakeFiles/kdenliveLib.dir/utils/archiveorg.cpp.o |
[2020-11-05T10:12:01.370Z] [ 82%] Building CXX object src/CMakeFiles/kdenliveLib.dir/utils/clipboardproxy.cpp.o |
[2020-11-05T10:12:01.639Z] 1 error generated. |
[2020-11-05T10:12:01.639Z] gmake[2]: *** [src/CMakeFiles/kdenliveLib.dir/build.make:2829: src/CMakeFiles/kdenliveLib.dir/timeline2/view/timelinecontroller.cpp.o] Error 1 |
[2020-11-05T10:12:01.639Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2020-11-05T10:12:01.639Z] 3 warnings generated. |
[2020-11-05T10:12:01.639Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/transitions/view/transitionparameterview.cpp:37:18: warning: 'setupContext' is deprecated: Since 5.17. set KLocalizedContext directly, see documentation in KI18n::KLocalizedContext [-Wdeprecated-declarations] |
[2020-11-05T10:12:01.639Z] kdeclarative.setupContext(); |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:01.639Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative.h:91:5: note: 'setupContext' has been explicitly marked deprecated here |
[2020-11-05T10:12:01.639Z] KDECLARATIVE_DEPRECATED_VERSION_BELATED(5, 75, 5, 17, "set KLocalizedContext directly, see documentation in KI18n::KLocalizedContext") |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:01.639Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h:132:91: note: expanded from macro 'KDECLARATIVE_DEPRECATED_VERSION_BELATED' |
[2020-11-05T10:12:01.639Z] #define KDECLARATIVE_DEPRECATED_VERSION_BELATED(major, minor, textmajor, textminor, text) KDECLARATIVE_DEPRECATED_VERSION_##major(minor, "Since "#textmajor"."#textminor". " text) |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:01.639Z] <scratch space>:10:1: note: expanded from here |
[2020-11-05T10:12:01.639Z] KDECLARATIVE_DEPRECATED_VERSION_5 |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:01.639Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h:130:61: note: expanded from macro 'KDECLARATIVE_DEPRECATED_VERSION_5' |
[2020-11-05T10:12:01.639Z] #define KDECLARATIVE_DEPRECATED_VERSION_5(minor, text) KDECLARATIVE_DEPRECATED_VERSION_5_##minor(text) |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:01.639Z] <scratch space>:11:1: note: expanded from here |
[2020-11-05T10:12:01.639Z] KDECLARATIVE_DEPRECATED_VERSION_5_75 |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:01.639Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h:126:54: note: expanded from macro 'KDECLARATIVE_DEPRECATED_VERSION_5_75' |
[2020-11-05T10:12:01.639Z] # define KDECLARATIVE_DEPRECATED_VERSION_5_75(text) KDECLARATIVE_DECL_DEPRECATED_TEXT(text) |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:01.639Z] /usr/home/jenkins/install-prefix/include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h:42:65: note: expanded from macro 'KDECLARATIVE_DECL_DEPRECATED_TEXT' |
[2020-11-05T10:12:01.639Z] #define KDECLARATIVE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2020-11-05T10:12:01.639Z] ^ |
[2020-11-05T10:12:02.216Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/transitions/transitionlist/view/transitionlistwidget.cpp:107:68: warning: unused parameter 'path' [-Wunused-parameter] |
[2020-11-05T10:12:02.216Z] void TransitionListWidget::reloadCustomEffectIx(const QModelIndex &path) |
[2020-11-05T10:12:02.216Z] ^ |
[2020-11-05T10:12:02.216Z] /usr/home/jenkins/workspace/Applications/kdenlive/kf5-qt5 FreeBSDQt5.15/src/transitions/transitionlist/view/transitionlistwidget.cpp:111:63: warning: unused parameter 'index' [-Wunused-parameter] |
[2020-11-05T10:12:02.216Z] void TransitionListWidget::editCustomAsset(const QModelIndex &index) |
[2020-11-05T10:12:02.216Z] ^ |
[2020-11-05T10:12:02.216Z] 1 warning generated. |
[2020-11-05T10:12:02.475Z] 2 warnings generated. |
[2020-11-05T10:12:04.377Z] 2 warnings generated. |
[2020-11-05T10:12:36.568Z] 7 warnings generated. |
[2020-11-05T10:12:36.568Z] gmake[1]: *** [CMakeFiles/Makefile2:1284: src/CMakeFiles/kdenliveLib.dir/all] Error 2 |
[2020-11-05T10:12:36.568Z] gmake: *** [Makefile:161: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-11-05T10:12:36.581Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |