CONSOLE OUTPUT
|
[...truncated 2018 lines...] |
[2021-01-04T18:26:40.736Z] /usr/home/jenkins/workspace/Extragear/digikam/kf5-qt5 FreeBSDQt5.15/core/libs/database/models/itemfiltersettings.cpp:705:87: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] |
[2021-01-04T18:26:40.736Z] QStringList numberStringList = trimmedTextFilterSettingsText.split(QLatin1Char(':'), QString::SkipEmptyParts); |
[2021-01-04T18:26:40.736Z] ^ |
[2021-01-04T18:26:40.736Z] /usr/local/include/qt5/QtCore/qstring.h:609:23: note: 'split' has been explicitly marked deprecated here |
[2021-01-04T18:26:40.736Z] Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead") |
[2021-01-04T18:26:40.736Z] ^ |
[2021-01-04T18:26:40.736Z] /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' |
[2021-01-04T18:26:40.736Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) |
[2021-01-04T18:26:40.736Z] ^ |
[2021-01-04T18:26:40.736Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-01-04T18:26:40.736Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-01-04T18:26:40.736Z] ^ |
[2021-01-04T18:26:40.736Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-01-04T18:26:40.736Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-01-04T18:26:40.736Z] ^ |
[2021-01-04T18:26:41.369Z] 4 warnings generated. |
[2021-01-04T18:26:41.951Z] 1 warning generated. |
[2021-01-04T18:26:43.434Z] /usr/home/jenkins/workspace/Extragear/digikam/kf5-qt5 FreeBSDQt5.15/core/libs/database/haar/haariface.cpp:45:40: warning: 'toSet' is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] |
[2021-01-04T18:26:43.434Z] setAlbumRootsToSearch(albumRootIds.toSet()); |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here |
[2021-01-04T18:26:43.434Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.") |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-01-04T18:26:43.434Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-01-04T18:26:43.434Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/home/jenkins/workspace/Extragear/digikam/kf5-qt5 FreeBSDQt5.15/core/libs/database/haar/haariface.cpp:781:89: warning: 'toSet' is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] |
[2021-01-04T18:26:43.434Z] QMap<double, QMap<qlonglong, QList<qlonglong> > > results = findDuplicates(imageIds.toSet(), |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here |
[2021-01-04T18:26:43.434Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.") |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-01-04T18:26:43.434Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-01-04T18:26:43.434Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/home/jenkins/workspace/Extragear/digikam/kf5-qt5 FreeBSDQt5.15/core/libs/database/haar/haariface.cpp:860:70: warning: 'toSet' is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] |
[2021-01-04T18:26:43.434Z] idList.unite(CoreDbAccess().db()->getItemIDsInAlbum(albumId).toSet()); |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here |
[2021-01-04T18:26:43.434Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.") |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-01-04T18:26:43.434Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-01-04T18:26:43.434Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-01-04T18:26:43.434Z] ^ |
[2021-01-04T18:26:43.434Z] /usr/home/jenkins/workspace/Extragear/digikam/kf5-qt5 FreeBSDQt5.15/core/libs/database/haar/haariface.cpp:888:80: warning: 'toSet' is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] |
[2021-01-04T18:26:43.434Z] imagesFromAlbums.unite(CoreDbAccess().db()->getItemIDsInAlbum(albumId).toSet()); |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here |
[2021-01-04T18:26:43.435Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.") |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-01-04T18:26:43.435Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-01-04T18:26:43.435Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/home/jenkins/workspace/Extragear/digikam/kf5-qt5 FreeBSDQt5.15/core/libs/database/haar/haariface.cpp:895:76: warning: 'toSet' is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] |
[2021-01-04T18:26:43.435Z] imagesFromTags.unite(CoreDbAccess().db()->getItemIDsInTag(albumId).toSet()); |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here |
[2021-01-04T18:26:43.435Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.") |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-01-04T18:26:43.435Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-01-04T18:26:43.435Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/home/jenkins/workspace/Extragear/digikam/kf5-qt5 FreeBSDQt5.15/core/libs/database/haar/haariface.cpp:1047:57: warning: 'toSet' is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations] |
[2021-01-04T18:26:43.435Z] resultsCandidates.unite(imageIdList.toSet()); |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here |
[2021-01-04T18:26:43.435Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.") |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-01-04T18:26:43.435Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:43.435Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-01-04T18:26:43.435Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-01-04T18:26:43.435Z] ^ |
[2021-01-04T18:26:44.056Z] 6 warnings generated. |
[2021-01-04T18:26:44.056Z] [ 11%] Built target digikamdatabase_obj |
[2021-01-04T18:26:44.056Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-01-04T18:26:44.190Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |