BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/discover/job/kf5-qt5%20SUSEQt5.15/440/
Project: kf5-qt5 SUSEQt5.15
Date of build: Tue, 29 Jun 2021 15:37:33 +0000
Build duration: 48 sec and counting


CONSOLE OUTPUT
[...truncated 509 lines...]
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp: At global scope:
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:137:70: warning: ���QNetworkConfiguration��� is deprecated [-Wdeprecated-declarations]
[2021-06-29T15:38:18.313Z] 137 | static bool isConnectionAdequate(const QNetworkConfiguration &network)
[2021-06-29T15:38:18.313Z] | ^
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp: In function ���bool isConnectionAdequate(const QNetworkConfiguration&)���:
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:139:60: warning: ���QNetworkConfiguration��� is deprecated [-Wdeprecated-declarations]
[2021-06-29T15:38:18.313Z] 139 | return (network.bearerType() == QNetworkConfiguration::BearerEthernet || network.bearerType() == QNetworkConfiguration::BearerWLAN);
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~~~~~
[2021-06-29T15:38:18.313Z] In file included from /usr/include/qt5/QtNetwork/qnetworkconfigmanager.h:49,
[2021-06-29T15:38:18.313Z] from /usr/include/qt5/QtNetwork/QNetworkConfigurationManager:1,
[2021-06-29T15:38:18.313Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:17:
[2021-06-29T15:38:18.313Z] /usr/include/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
[2021-06-29T15:38:18.313Z] 62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~~~~~~~~~~~~
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:139:125: warning: ���QNetworkConfiguration��� is deprecated [-Wdeprecated-declarations]
[2021-06-29T15:38:18.313Z] 139 | return (network.bearerType() == QNetworkConfiguration::BearerEthernet || network.bearerType() == QNetworkConfiguration::BearerWLAN);
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~
[2021-06-29T15:38:18.313Z] In file included from /usr/include/qt5/QtNetwork/qnetworkconfigmanager.h:49,
[2021-06-29T15:38:18.313Z] from /usr/include/qt5/QtNetwork/QNetworkConfigurationManager:1,
[2021-06-29T15:38:18.313Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:17:
[2021-06-29T15:38:18.313Z] /usr/include/qt5/QtNetwork/qnetworkconfiguration.h:62:56: note: declared here
[2021-06-29T15:38:18.313Z] 62 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfiguration
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~~~~~~~~~~~~
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp: In member function ���void DiscoverNotifier::recheckSystemUpdateNeeded()���:
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:214:25: warning: ���QNetworkConfigurationManager��� is deprecated [-Wdeprecated-declarations]
[2021-06-29T15:38:18.313Z] 214 | m_manager = new QNetworkConfigurationManager(this);
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-06-29T15:38:18.313Z] In file included from /usr/include/qt5/QtNetwork/QNetworkConfigurationManager:1,
[2021-06-29T15:38:18.313Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:17:
[2021-06-29T15:38:18.313Z] /usr/include/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
[2021-06-29T15:38:18.313Z] 59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-06-29T15:38:18.313Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:215:59: warning: ���QNetworkConfigurationManager��� is deprecated [-Wdeprecated-declarations]
[2021-06-29T15:38:18.313Z] 215 | connect(m_manager, &QNetworkConfigurationManager::onlineStateChanged, this, &DiscoverNotifier::stateChanged);
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~~~~~~~~~
[2021-06-29T15:38:18.313Z] In file included from /usr/include/qt5/QtNetwork/QNetworkConfigurationManager:1,
[2021-06-29T15:38:18.313Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/notifier/DiscoverNotifier.cpp:17:
[2021-06-29T15:38:18.313Z] /usr/include/qt5/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here
[2021-06-29T15:38:18.313Z] 59 | class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject
[2021-06-29T15:38:18.313Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-06-29T15:38:18.313Z] make[2]: *** [notifier/CMakeFiles/DiscoverNotifier.dir/build.make:117: notifier/CMakeFiles/DiscoverNotifier.dir/DiscoverNotifier.cpp.o] Error 1
[2021-06-29T15:38:18.313Z] make[2]: *** Waiting for unfinished jobs....
[2021-06-29T15:38:18.313Z] [ 43%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/resources/AbstractResourcesBackend.cpp.o
[2021-06-29T15:38:18.573Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/ResourcesProxyModel.cpp: In member function ���bool ResourcesProxyModel::lessThan(AbstractResource*, AbstractResource*) const���:
[2021-06-29T15:38:18.573Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/ResourcesProxyModel.cpp:353:27: warning: ���bool QVariant::operator<(const QVariant&) const��� is deprecated [-Wdeprecated-declarations]
[2021-06-29T15:38:18.573Z] 353 | ret = leftValue < rightValue;
[2021-06-29T15:38:18.573Z] | ^~~~~~~~~~
[2021-06-29T15:38:18.573Z] In file included from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
[2021-06-29T15:38:18.573Z] from /usr/include/qt5/QtCore/qabstractproxymodel.h:43,
[2021-06-29T15:38:18.573Z] from /usr/include/qt5/QtCore/qsortfilterproxymodel.h:43,
[2021-06-29T15:38:18.573Z] from /usr/include/qt5/QtCore/QSortFilterProxyModel:1,
[2021-06-29T15:38:18.573Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/ResourcesProxyModel.h:12,
[2021-06-29T15:38:18.573Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/ResourcesProxyModel.cpp:8:
[2021-06-29T15:38:18.573Z] /usr/include/qt5/QtCore/qvariant.h:467:31: note: declared here
[2021-06-29T15:38:18.573Z] 467 | QT_DEPRECATED inline bool operator<(const QVariant &v) const
[2021-06-29T15:38:18.573Z] | ^~~~~~~~
[2021-06-29T15:38:18.573Z] [ 43%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/resources/AbstractResource.cpp.o
[2021-06-29T15:38:18.573Z] [ 44%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/resources/AbstractBackendUpdater.cpp.o
[2021-06-29T15:38:18.573Z] [ 45%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/resources/AbstractSourcesBackend.cpp.o
[2021-06-29T15:38:18.832Z] [ 45%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/resources/StoredResultsStream.cpp.o
[2021-06-29T15:38:18.832Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/SourcesModel.cpp: In constructor ���SourcesModel::SourcesModel(QObject*)���:
[2021-06-29T15:38:18.832Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/SourcesModel.cpp:19:40: warning: ���KConcatenateRowsProxyModel::KConcatenateRowsProxyModel(QObject*)��� is deprecated: Since 5.80. Use QConcatenateTablesProxyModel [-Wdeprecated-declarations]
[2021-06-29T15:38:18.832Z] 19 | : KConcatenateRowsProxyModel(parent)
[2021-06-29T15:38:18.832Z] | ^
[2021-06-29T15:38:18.832Z] In file included from /home/jenkins/install-prefix/include/KF5/KItemModels/KConcatenateRowsProxyModel:1,
[2021-06-29T15:38:18.832Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/SourcesModel.h:12,
[2021-06-29T15:38:18.832Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/SourcesModel.cpp:7:
[2021-06-29T15:38:18.832Z] /home/jenkins/install-prefix/include/KF5/KItemModels/kconcatenaterowsproxymodel.h:63:14: note: declared here
[2021-06-29T15:38:18.832Z] 63 | explicit KConcatenateRowsProxyModel(QObject *parent = nullptr);
[2021-06-29T15:38:18.832Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-06-29T15:38:19.093Z] [ 46%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/DiscoverBackendsFactory.cpp.o
[2021-06-29T15:38:19.353Z] [ 47%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/ScreenshotsModel.cpp.o
[2021-06-29T15:38:19.353Z] make[1]: *** [CMakeFiles/Makefile2:1282: notifier/CMakeFiles/DiscoverNotifier.dir/all] Error 2
[2021-06-29T15:38:19.353Z] make[1]: *** Waiting for unfinished jobs....
[2021-06-29T15:38:19.353Z] [ 48%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/ApplicationAddonsModel.cpp.o
[2021-06-29T15:38:19.612Z] [ 48%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/CachedNetworkAccessManager.cpp.o
[2021-06-29T15:38:19.873Z] [ 50%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/libdiscover_debug.cpp.o
[2021-06-29T15:38:19.873Z] [ 51%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/appstream/OdrsReviewsBackend.cpp.o
[2021-06-29T15:38:19.873Z] [ 51%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/appstream/AppStreamIntegration.cpp.o
[2021-06-29T15:38:19.873Z] [ 52%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/appstream/AppStreamUtils.cpp.o
[2021-06-29T15:38:20.131Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/ApplicationAddonsModel.cpp: In member function ���virtual QVariant ApplicationAddonsModel::data(const QModelIndex&, int) const���:
[2021-06-29T15:38:20.131Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/ApplicationAddonsModel.cpp:81:56: warning: implicitly-declared ���PackageState::PackageState(const PackageState&)��� is deprecated [-Wdeprecated-copy]
[2021-06-29T15:38:20.131Z] 81 | const PackageState init = m_initial[index.row()];
[2021-06-29T15:38:20.131Z] | ^
[2021-06-29T15:38:20.131Z] In file included from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/ApplicationAddonsModel.h:12,
[2021-06-29T15:38:20.131Z] from /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/ApplicationAddonsModel.cpp:7:
[2021-06-29T15:38:20.131Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/resources/PackageState.h:23:19: note: because ���PackageState��� has user-provided ���PackageState& PackageState::operator=(const PackageState&)���
[2021-06-29T15:38:20.131Z] 23 | PackageState &operator=(const PackageState &other);
[2021-06-29T15:38:20.131Z] | ^~~~~~~~
[2021-06-29T15:38:22.026Z] [ 53%] Linking CXX shared library ../bin/libDiscoverCommon.so
[2021-06-29T15:38:22.591Z] [ 53%] Built target DiscoverCommon
[2021-06-29T15:38:22.591Z] make: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-06-29T15:38:22.663Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to