CONSOLE OUTPUT
|
[...truncated 685 lines...] |
[2022-08-09T15:00:07.913Z] 14 | class OrgFreedesktopDBusPropertiesInterface; |
[2022-08-09T15:00:07.913Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.913Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:105:71: error: invalid use of incomplete type ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.913Z] 105 | QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(res); |
[2022-08-09T15:00:07.914Z] | ^ |
[2022-08-09T15:00:07.914Z] In file included from /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:8: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.h:12:7: note: forward declaration of ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.914Z] 12 | class QDBusPendingCallWatcher; |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:106:48: error: incomplete type ���QDBusPendingCallWatcher��� used in nested name specifier |
[2022-08-09T15:00:07.914Z] 106 | connect(watcher, &QDBusPendingCallWatcher::finished, this, &Device::isLaptopFetched); |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp: In member function ���void Device::isLaptopFetched(QDBusPendingCallWatcher*)���: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:111:11: error: ���QDBusPendingReply��� does not name a type |
[2022-08-09T15:00:07.914Z] 111 | const QDBusPendingReply<QVariant> reply = *watcher; |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:112:9: error: ���reply��� was not declared in this scope |
[2022-08-09T15:00:07.914Z] 112 | if (reply.isError()) { |
[2022-08-09T15:00:07.914Z] | ^~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:117:18: error: ���reply��� was not declared in this scope |
[2022-08-09T15:00:07.914Z] 117 | m_isLaptop = reply.value().toBool(); |
[2022-08-09T15:00:07.914Z] | ^~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:118:12: error: invalid use of incomplete type ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.914Z] 118 | watcher->deleteLater(); |
[2022-08-09T15:00:07.914Z] | ^~ |
[2022-08-09T15:00:07.914Z] In file included from /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:8: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.h:12:7: note: forward declaration of ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.914Z] 12 | class QDBusPendingCallWatcher; |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp: In member function ���void Device::fetchLidIsClosed()���: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:130:5: error: ���QDBusPendingReply��� was not declared in this scope |
[2022-08-09T15:00:07.914Z] 130 | QDBusPendingReply<QVariant> res = m_freedesktop->Get(QStringLiteral("org.freedesktop.UPower"), QStringLiteral("LidIsClosed")); |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:130:31: error: expected primary-_expression_ before ���>��� token |
[2022-08-09T15:00:07.914Z] 130 | QDBusPendingReply<QVariant> res = m_freedesktop->Get(QStringLiteral("org.freedesktop.UPower"), QStringLiteral("LidIsClosed")); |
[2022-08-09T15:00:07.914Z] | ^ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:130:33: error: ���res��� was not declared in this scope |
[2022-08-09T15:00:07.914Z] 130 | QDBusPendingReply<QVariant> res = m_freedesktop->Get(QStringLiteral("org.freedesktop.UPower"), QStringLiteral("LidIsClosed")); |
[2022-08-09T15:00:07.914Z] | ^~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:130:52: error: invalid use of incomplete type ���class OrgFreedesktopDBusPropertiesInterface��� |
[2022-08-09T15:00:07.914Z] 130 | QDBusPendingReply<QVariant> res = m_freedesktop->Get(QStringLiteral("org.freedesktop.UPower"), QStringLiteral("LidIsClosed")); |
[2022-08-09T15:00:07.914Z] | ^~ |
[2022-08-09T15:00:07.914Z] In file included from /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:8: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.h:14:7: note: forward declaration of ���class OrgFreedesktopDBusPropertiesInterface��� |
[2022-08-09T15:00:07.914Z] 14 | class OrgFreedesktopDBusPropertiesInterface; |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:131:71: error: invalid use of incomplete type ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.914Z] 131 | QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(res); |
[2022-08-09T15:00:07.914Z] | ^ |
[2022-08-09T15:00:07.914Z] In file included from /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:8: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.h:12:7: note: forward declaration of ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.914Z] 12 | class QDBusPendingCallWatcher; |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:132:48: error: incomplete type ���QDBusPendingCallWatcher��� used in nested name specifier |
[2022-08-09T15:00:07.914Z] 132 | connect(watcher, &QDBusPendingCallWatcher::finished, this, &Device::isLidClosedFetched); |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp: In member function ���void Device::isLidClosedFetched(QDBusPendingCallWatcher*)���: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:137:11: error: ���QDBusPendingReply��� does not name a type |
[2022-08-09T15:00:07.914Z] 137 | const QDBusPendingReply<QVariant> reply = *watcher; |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:138:9: error: ���reply��� was not declared in this scope |
[2022-08-09T15:00:07.914Z] 138 | if (reply.isError()) { |
[2022-08-09T15:00:07.914Z] | ^~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:143:9: error: ���reply��� was not declared in this scope |
[2022-08-09T15:00:07.914Z] 143 | if (reply.argumentAt<0>() != m_isLidClosed) { |
[2022-08-09T15:00:07.914Z] | ^~~~~ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:143:29: error: expected primary-_expression_ before ���)��� token |
[2022-08-09T15:00:07.914Z] 143 | if (reply.argumentAt<0>() != m_isLidClosed) { |
[2022-08-09T15:00:07.914Z] | ^ |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:150:12: error: invalid use of incomplete type ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.914Z] 150 | watcher->deleteLater(); |
[2022-08-09T15:00:07.914Z] | ^~ |
[2022-08-09T15:00:07.914Z] In file included from /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.cpp:8: |
[2022-08-09T15:00:07.914Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/device.h:12:7: note: forward declaration of ���class QDBusPendingCallWatcher��� |
[2022-08-09T15:00:07.914Z] 12 | class QDBusPendingCallWatcher; |
[2022-08-09T15:00:07.914Z] | ^~~~~~~~~~~~~~~~~~~~~~~ |
[2022-08-09T15:00:13.180Z] make[2]: *** [tests/kded/CMakeFiles/configtest.dir/build.make:129: tests/kded/CMakeFiles/configtest.dir/__/__/kded/device.cpp.o] Error 1 |
[2022-08-09T15:00:13.180Z] make[2]: *** Waiting for unfinished jobs.... |
[2022-08-09T15:00:13.439Z] [ 84%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/testgenerator.cpp.o |
[2022-08-09T15:00:13.698Z] [ 85%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/__/__/kded/generator.cpp.o |
[2022-08-09T15:00:13.698Z] [ 86%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/__/__/kded/device.cpp.o |
[2022-08-09T15:00:13.698Z] [ 87%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/__/__/kded/config.cpp.o |
[2022-08-09T15:00:13.957Z] [ 88%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/__/__/kded/output.cpp.o |
[2022-08-09T15:00:13.957Z] make[1]: *** [CMakeFiles/Makefile2:604: tests/kded/CMakeFiles/configtest.dir/all] Error 2 |
[2022-08-09T15:00:13.957Z] make[1]: *** Waiting for unfinished jobs.... |
[2022-08-09T15:00:13.957Z] [ 89%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/__/__/common/globals.cpp.o |
[2022-08-09T15:00:15.336Z] [ 90%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/__/__/common/control.cpp.o |
[2022-08-09T15:00:16.723Z] [ 91%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/kscreen_daemon_debug.cpp.o |
[2022-08-09T15:00:16.723Z] [ 92%] Building CXX object tests/kded/CMakeFiles/testgenerator.dir/freedesktop_interface.cpp.o |
[2022-08-09T15:00:18.627Z] [ 93%] Linking CXX executable ../../bin/testgenerator |
[2022-08-09T15:00:19.193Z] [ 93%] Built target testgenerator |
[2022-08-09T15:00:19.193Z] make: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2022-08-09T15:00:19.248Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |