CONSOLE OUTPUT
|
[...truncated 3713 lines...] |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp:198:6: error: ���SolidActions��� has not been declared |
[2020-10-23T19:45:30.567Z] 198 | void SolidActions::acceptActionChanges() |
[2020-10-23T19:45:30.567Z] | ^~~~~~~~~~~~ |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp: In function ���void acceptActionChanges()���: |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp:201:48: error: invalid use of ���this��� in non-member function |
[2020-10-23T19:45:30.567Z] 201 | KBuildSycocaProgressDialog::rebuildKSycoca(this); |
[2020-10-23T19:45:30.567Z] | ^~~~ |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp: At global scope: |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp:205:6: error: ���SolidActions��� has not been declared |
[2020-10-23T19:45:30.567Z] 205 | void SolidActions::toggleEditDelete() |
[2020-10-23T19:45:30.567Z] | ^~~~~~~~~~~~ |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp: In function ���void toggleEditDelete()���: |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp:209:10: error: ���mainUi��� was not declared in this scope |
[2020-10-23T19:45:30.567Z] 209 | if( !mainUi.TvActions->currentIndex().isValid() ) { // Is an action selected? |
[2020-10-23T19:45:30.567Z] | ^~~~~~ |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp:210:41: error: ���i18n��� was not declared in this scope |
[2020-10-23T19:45:30.567Z] 210 | mainUi.PbDeleteAction->setText( i18n("No Action Selected") ); // Set a friendly disabled text |
[2020-10-23T19:45:30.567Z] | ^~~~ |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp:215:5: error: ���mainUi��� was not declared in this scope |
[2020-10-23T19:45:30.567Z] 215 | mainUi.PbEditAction->setEnabled(toggle); // Change them to the new state |
[2020-10-23T19:45:30.567Z] | ^~~~~~ |
[2020-10-23T19:45:30.567Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kcms/solid_actions/SolidActions.cpp:231:41: error: ���i18n��� was not declared in this scope |
[2020-10-23T19:45:30.567Z] 231 | mainUi.PbDeleteAction->setText( i18n("Cannot be deleted") ); |
[2020-10-23T19:45:30.567Z] | ^~~~ |
[2020-10-23T19:45:30.567Z] Scanning dependencies of target viewpropertiesmenutest_autogen |
[2020-10-23T19:45:30.567Z] Scanning dependencies of target positionertest_autogen |
[2020-10-23T19:45:30.567Z] [ 77%] Automatic MOC for target positionertest |
[2020-10-23T19:45:30.567Z] [ 78%] Automatic MOC for target viewpropertiesmenutest |
[2020-10-23T19:45:30.567Z] Scanning dependencies of target kdeinit_kaccess |
[2020-10-23T19:45:30.567Z] [ 78%] Building CXX object kaccess/CMakeFiles/kdeinit_kaccess.dir/kdeinit_kaccess_autogen/mocs_compilation.cpp.o |
[2020-10-23T19:45:30.567Z] make[2]: *** [kcms/solid_actions/CMakeFiles/kcm_solid_actions.dir/build.make:185: kcms/solid_actions/CMakeFiles/kcm_solid_actions.dir/SolidActions.cpp.o] Error 1 |
[2020-10-23T19:45:30.567Z] make[1]: *** [CMakeFiles/Makefile2:6311: kcms/solid_actions/CMakeFiles/kcm_solid_actions.dir/all] Error 2 |
[2020-10-23T19:45:30.567Z] make[1]: *** Waiting for unfinished jobs.... |
[2020-10-23T19:45:30.567Z] [ 78%] Building CXX object kaccess/CMakeFiles/kdeinit_kaccess.dir/main.cpp.o |
[2020-10-23T19:45:30.567Z] [ 78%] Building CXX object kaccess/CMakeFiles/kdeinit_kaccess.dir/kaccess.cpp.o |
[2020-10-23T19:45:30.567Z] [ 78%] Built target positionertest_autogen |
[2020-10-23T19:45:30.825Z] [ 78%] Built target viewpropertiesmenutest_autogen |
[2020-10-23T19:45:30.825Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:537:2: warning: #warning is a GCC extension |
[2020-10-23T19:45:30.825Z] 537 | #warning is this the best way to invert a pixmap? |
[2020-10-23T19:45:30.825Z] | ^~~~~~~ |
[2020-10-23T19:45:30.825Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:537:2: warning: #warning is this the best way to invert a pixmap? [-Wcpp] |
[2020-10-23T19:45:32.209Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp: In member function ���virtual bool KAccessApp::nativeEventFilter(const QByteArray&, void*, long int*)���: |
[2020-10-23T19:45:32.209Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:434:90: warning: unused parameter ���result��� [-Wunused-parameter] |
[2020-10-23T19:45:32.209Z] 434 | bool KAccessApp::nativeEventFilter(const QByteArray& eventType, void* message, long int* result) |
[2020-10-23T19:45:32.209Z] | ~~~~~~~~~~^~~~~~ |
[2020-10-23T19:45:32.209Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp: In member function ���void KAccessApp::xkbBellNotify(xcb_xkb_bell_notify_event_t*)���: |
[2020-10-23T19:45:32.209Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:535:39: warning: ���static QPixmap QPixmap::grabWindow(WId, int, int, int, int)��� is deprecated: Use QScreen::grabWindow() instead [-Wdeprecated-declarations] |
[2020-10-23T19:45:32.209Z] 535 | QPixmap screen = QPixmap::grabWindow(id, 0, 0, window.size.width, window.size.height); |
[2020-10-23T19:45:32.209Z] | ^~~~~~~~~~ |
[2020-10-23T19:45:32.209Z] In file included from /usr/include/qt5/QtGui/qbrush.h:52, |
[2020-10-23T19:45:32.209Z] from /usr/include/qt5/QtGui/qpalette.h:46, |
[2020-10-23T19:45:32.209Z] from /usr/include/qt5/QtWidgets/qwidget.h:48, |
[2020-10-23T19:45:32.209Z] from /usr/include/qt5/QtWidgets/QWidget:1, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.h:27, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:25: |
[2020-10-23T19:45:32.209Z] /usr/include/qt5/QtGui/qpixmap.h:118:20: note: declared here |
[2020-10-23T19:45:32.209Z] 118 | static QPixmap grabWindow(WId, int x = 0, int y = 0, int w = -1, int h = -1); |
[2020-10-23T19:45:32.209Z] | ^~~~~~~~~~ |
[2020-10-23T19:45:32.209Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:535:97: warning: ���static QPixmap QPixmap::grabWindow(WId, int, int, int, int)��� is deprecated: Use QScreen::grabWindow() instead [-Wdeprecated-declarations] |
[2020-10-23T19:45:32.209Z] 535 | QPixmap screen = QPixmap::grabWindow(id, 0, 0, window.size.width, window.size.height); |
[2020-10-23T19:45:32.209Z] | ^ |
[2020-10-23T19:45:32.209Z] In file included from /usr/include/qt5/QtGui/qbrush.h:52, |
[2020-10-23T19:45:32.209Z] from /usr/include/qt5/QtGui/qpalette.h:46, |
[2020-10-23T19:45:32.209Z] from /usr/include/qt5/QtWidgets/qwidget.h:48, |
[2020-10-23T19:45:32.209Z] from /usr/include/qt5/QtWidgets/QWidget:1, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.h:27, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:25: |
[2020-10-23T19:45:32.209Z] /usr/include/qt5/QtGui/qpixmap.h:118:20: note: declared here |
[2020-10-23T19:45:32.209Z] 118 | static QPixmap grabWindow(WId, int x = 0, int y = 0, int w = -1, int h = -1); |
[2020-10-23T19:45:32.209Z] | ^~~~~~~~~~ |
[2020-10-23T19:45:32.209Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:560:21: warning: ���static void QCoreApplication::flush()��� is deprecated [-Wdeprecated-declarations] |
[2020-10-23T19:45:32.209Z] 560 | qApp->flush(); |
[2020-10-23T19:45:32.209Z] | ^ |
[2020-10-23T19:45:32.209Z] In file included from /usr/include/qt5/QtWidgets/qapplication.h:44, |
[2020-10-23T19:45:32.209Z] from /usr/include/qt5/QtWidgets/QApplication:1, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:35: |
[2020-10-23T19:45:32.209Z] /usr/include/qt5/QtCore/qcoreapplication.h:169:31: note: declared here |
[2020-10-23T19:45:32.209Z] 169 | QT_DEPRECATED static void flush(); |
[2020-10-23T19:45:32.209Z] | ^~~~~ |
[2020-10-23T19:45:32.209Z] /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:568:59: warning: ���Phonon::MediaSource::MediaSource(const QString&)��� is deprecated [-Wdeprecated-declarations] |
[2020-10-23T19:45:32.209Z] 568 | _player->setCurrentSource(_currentPlayerSource); |
[2020-10-23T19:45:32.209Z] | ^ |
[2020-10-23T19:45:32.209Z] In file included from /home/jenkins/install-prefix/include/phonon4qt5/phonon/mediaobject.h:26, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/install-prefix/include/phonon4qt5/phonon/MediaObject:1, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.h:32, |
[2020-10-23T19:45:32.209Z] from /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.15/kaccess/kaccess.cpp:25: |
[2020-10-23T19:45:32.209Z] /home/jenkins/install-prefix/include/phonon4qt5/phonon/mediasource.h:144:27: note: declared here |
[2020-10-23T19:45:32.209Z] 144 | PHONON_DEPRECATED MediaSource(const QString &fileName); //krazy:exclude=explicit |
[2020-10-23T19:45:32.209Z] | ^~~~~~~~~~~ |
[2020-10-23T19:45:34.108Z] [ 78%] Linking CXX shared library ../bin/libkdeinit5_kaccess.so |
[2020-10-23T19:45:34.365Z] [ 78%] Built target kdeinit_kaccess |
[2020-10-23T19:45:34.365Z] make: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-10-23T19:45:34.470Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |