BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/kfilemetadata/job/kf5-qt5%20FreeBSDQt5.15/88/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Sat, 19 Jun 2021 20:31:34 +0000
Build duration: 38 sec and counting


CONSOLE OUTPUT
[...truncated 4617 lines...]
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractionresult.h:15:
[2021-06-19T20:32:12.384Z] /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/properties.h:391:16: warning: 'insertMulti' is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations]
[2021-06-19T20:32:12.384Z] varMap.insertMulti(QString::number(p), it.value());
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qmap.h:588:5: note: 'insertMulti' has been explicitly marked deprecated here
[2021-06-19T20:32:12.384Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiMap for maps storing multiple values with the same key.") iterator insertMulti(const Key &key, const T &value);
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2021-06-19T20:32:12.384Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2021-06-19T20:32:12.384Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2021-06-19T20:32:12.384Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractors/ffmpegextractor.cpp:12:
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractors/ffmpegextractor.h:11:
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractorplugin.h:15:
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractionresult.h:15:
[2021-06-19T20:32:12.384Z] /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/properties.h:402:17: warning: 'insertMulti' is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations]
[2021-06-19T20:32:12.384Z] propMap.insertMulti(static_cast<Property::Property>(p), it.value());
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qmap.h:588:5: note: 'insertMulti' has been explicitly marked deprecated here
[2021-06-19T20:32:12.384Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiMap for maps storing multiple values with the same key.") iterator insertMulti(const Key &key, const T &value);
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2021-06-19T20:32:12.384Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2021-06-19T20:32:12.384Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2021-06-19T20:32:12.384Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractors/ffmpegextractor.cpp:61:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations]
[2021-06-19T20:32:12.384Z] av_register_all();
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/libavformat/avformat.h:1954:1: note: 'av_register_all' has been explicitly marked deprecated here
[2021-06-19T20:32:12.384Z] attribute_deprecated
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
[2021-06-19T20:32:12.384Z] # define attribute_deprecated __attribute__((deprecated))
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/autotests/indexerextractortests.cpp:14:
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/simpleextractionresult.h:10:
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractionresult.h:15:
[2021-06-19T20:32:12.384Z] /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/properties.h:391:16: warning: 'insertMulti' is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations]
[2021-06-19T20:32:12.384Z] varMap.insertMulti(QString::number(p), it.value());
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qmap.h:588:5: note: 'insertMulti' has been explicitly marked deprecated here
[2021-06-19T20:32:12.384Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiMap for maps storing multiple values with the same key.") iterator insertMulti(const Key &key, const T &value);
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2021-06-19T20:32:12.384Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2021-06-19T20:32:12.384Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2021-06-19T20:32:12.384Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2021-06-19T20:32:12.384Z] ^
[2021-06-19T20:32:12.384Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/autotests/indexerextractortests.cpp:14:
[2021-06-19T20:32:12.385Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/simpleextractionresult.h:10:
[2021-06-19T20:32:12.385Z] In file included from /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/extractionresult.h:15:
[2021-06-19T20:32:12.385Z] /usr/home/jenkins/workspace/Frameworks/kfilemetadata/kf5-qt5 FreeBSDQt5.15/src/properties.h:402:17: warning: 'insertMulti' is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations]
[2021-06-19T20:32:12.385Z] propMap.insertMulti(static_cast<Property::Property>(p), it.value());
[2021-06-19T20:32:12.385Z] ^
[2021-06-19T20:32:12.385Z] /usr/local/include/qt5/QtCore/qmap.h:588:5: note: 'insertMulti' has been explicitly marked deprecated here
[2021-06-19T20:32:12.385Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiMap for maps storing multiple values with the same key.") iterator insertMulti(const Key &key, const T &value);
[2021-06-19T20:32:12.385Z] ^
[2021-06-19T20:32:12.385Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2021-06-19T20:32:12.385Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2021-06-19T20:32:12.385Z] ^
[2021-06-19T20:32:12.385Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2021-06-19T20:32:12.385Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2021-06-19T20:32:12.385Z] ^
[2021-06-19T20:32:12.385Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2021-06-19T20:32:12.385Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2021-06-19T20:32:12.385Z] ^
[2021-06-19T20:32:12.385Z] 2 warnings generated.
[2021-06-19T20:32:12.641Z] 2 warnings generated.
[2021-06-19T20:32:12.641Z] [ 97%] Linking CXX executable ../bin/odfextractortest
[2021-06-19T20:32:12.641Z] 3 warnings generated.
[2021-06-19T20:32:12.641Z] [ 97%] Built target odfextractortest
[2021-06-19T20:32:12.641Z] 2 warnings generated.
[2021-06-19T20:32:12.641Z] [ 97%] Linking CXX executable ../bin/ffmpegextractortest
[2021-06-19T20:32:12.641Z] [ 97%] Built target ffmpegextractortest
[2021-06-19T20:32:12.900Z] 2 warnings generated.
[2021-06-19T20:32:12.900Z] [ 98%] Linking CXX executable ../bin/indexextractortest
[2021-06-19T20:32:12.900Z] [ 98%] Built target indexextractortest
[2021-06-19T20:32:12.900Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-06-19T20:32:12.912Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to