BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20SUSEQt5.15/1536/
Project: kf5-qt5 SUSEQt5.15
Date of build: Wed, 28 Jul 2021 04:32:33 +0000
Build duration: 2 min 45 sec and counting


CONSOLE OUTPUT
[...truncated 2993 lines...]
[2021-07-28T04:35:17.687Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server.cpp:80:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:17.687Z] 80 | emit d->ActionInvoked(notificationId, actionName);
[2021-07-28T04:35:17.687Z] | ^~~~
[2021-07-28T04:35:17.687Z] | exit
[2021-07-28T04:35:17.687Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server.cpp:78:32: warning: unused parameter ���notificationId��� [-Wunused-parameter]
[2021-07-28T04:35:17.687Z] 78 | void Server::invokeAction(uint notificationId, const QString &actionName)
[2021-07-28T04:35:17.687Z] | ~~~~~^~~~~~~~~~~~~~
[2021-07-28T04:35:17.687Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server.cpp:78:63: warning: unused parameter ���actionName��� [-Wunused-parameter]
[2021-07-28T04:35:17.687Z] 78 | void Server::invokeAction(uint notificationId, const QString &actionName)
[2021-07-28T04:35:17.687Z] | ~~~~~~~~~~~~~~~^~~~~~~~~~
[2021-07-28T04:35:17.687Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.h:119:9: error: ���slots��� does not name a type
[2021-07-28T04:35:17.687Z] 119 | private slots:
[2021-07-28T04:35:17.687Z] | ^~~~~
[2021-07-28T04:35:17.946Z] make[2]: *** [libkworkspace/CMakeFiles/kworkspace.dir/build.make:214: libkworkspace/CMakeFiles/kworkspace.dir/kworkspace.cpp.o] Error 1
[2021-07-28T04:35:17.946Z] make[1]: *** [CMakeFiles/Makefile2:4190: libkworkspace/CMakeFiles/kworkspace.dir/all] Error 2
[2021-07-28T04:35:17.946Z] make[2]: *** [libnotificationmanager/CMakeFiles/notificationmanager.dir/build.make:243: libnotificationmanager/CMakeFiles/notificationmanager.dir/server.cpp.o] Error 1
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���bool NotificationManager::ServerPrivate::init()���:
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:143:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.509Z] 143 | emit validChanged();
[2021-07-28T04:35:18.509Z] | ^~~~
[2021-07-28T04:35:18.509Z] | exit
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���uint NotificationManager::ServerPrivate::Notify(const QString&, uint, const QString&, const QString&, const QString&, const QStringList&, const QVariantMap&, int)���:
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:243:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.509Z] 243 | emit static_cast<Server *>(parent())->notificationReplaced(replaces_id, notification);
[2021-07-28T04:35:18.509Z] | ^~~~
[2021-07-28T04:35:18.509Z] | exit
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:245:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.509Z] 245 | emit static_cast<Server *>(parent())->notificationAdded(notification);
[2021-07-28T04:35:18.509Z] | ^~~~
[2021-07-28T04:35:18.509Z] | exit
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: At global scope:
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:313:6: error: no declaration matches ���void NotificationManager::ServerPrivate::onBroadcastNotification(const QMap<QString, QVariant>&)���
[2021-07-28T04:35:18.509Z] 313 | void ServerPrivate::onBroadcastNotification(const QMap<QString, QVariant> &properties)
[2021-07-28T04:35:18.509Z] | ^~~~~~~~~~~~~
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:313:6: note: no functions named ���void NotificationManager::ServerPrivate::onBroadcastNotification(const QMap<QString, QVariant>&)���
[2021-07-28T04:35:18.509Z] In file included from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:21:
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.h:43:21: note: ���class NotificationManager::ServerPrivate��� defined here
[2021-07-28T04:35:18.509Z] 43 | class Q_DECL_HIDDEN ServerPrivate : public QObject, protected QDBusContext
[2021-07-28T04:35:18.509Z] | ^~~~~~~~~~~~~
[2021-07-28T04:35:18.509Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���uint NotificationManager::ServerPrivate::add(const NotificationManager::Notification&)���:
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:357:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 357 | emit static_cast<Server *>(parent())->notificationAdded(notification);
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:359:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 359 | emit static_cast<Server *>(parent())->notificationReplaced(notification.id(), notification);
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���uint NotificationManager::ServerPrivate::Inhibit(const QString&, const QString&, const QVariantMap&)���:
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:421:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 421 | emit externalInhibitedChanged();
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:423:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 423 | emit externalInhibitionsChanged();
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���void NotificationManager::ServerPrivate::onServiceOwnershipLost(const QString&)���:
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:448:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 448 | emit validChanged();
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:449:9: error: expected ���;��� before ���serviceOwnershipLost���
[2021-07-28T04:35:18.510Z] 449 | emit serviceOwnershipLost();
[2021-07-28T04:35:18.510Z] | ^~~~~~~~~~~~~~~~~~~~~
[2021-07-28T04:35:18.510Z] | ;
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���void NotificationManager::ServerPrivate::UnInhibit(uint)���:
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:502:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 502 | emit externalInhibitedChanged();
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:504:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 504 | emit externalInhibitionsChanged();
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���void NotificationManager::ServerPrivate::setInhibited(bool)���:
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:521:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 521 | emit inhibitedChanged();
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp: In member function ���void NotificationManager::ServerPrivate::clearExternalInhibitions()���:
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:540:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-07-28T04:35:18.510Z] 540 | emit externalInhibitedChanged();
[2021-07-28T04:35:18.510Z] | ^~~~
[2021-07-28T04:35:18.510Z] | exit
[2021-07-28T04:35:18.510Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libnotificationmanager/server_p.cpp:541:9: error: expected ���;��� before ���externalInhibitionsChanged���
[2021-07-28T04:35:18.510Z] 541 | emit externalInhibitionsChanged();
[2021-07-28T04:35:18.510Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-07-28T04:35:18.510Z] | ;
[2021-07-28T04:35:19.441Z] make[2]: *** [libnotificationmanager/CMakeFiles/notificationmanager.dir/build.make:257: libnotificationmanager/CMakeFiles/notificationmanager.dir/server_p.cpp.o] Error 1
[2021-07-28T04:35:19.441Z] make[1]: *** [CMakeFiles/Makefile2:4769: libnotificationmanager/CMakeFiles/notificationmanager.dir/all] Error 2
[2021-07-28T04:35:19.441Z] make: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-07-28T04:35:19.472Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to