BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/kdecoration/job/kf5-qt5%20SUSEQt5.15/29/
Project: kf5-qt5 SUSEQt5.15
Date of build: Thu, 13 May 2021 09:19:04 +0000
Build duration: 35 sec and counting


CONSOLE OUTPUT
[...truncated 398 lines...]
[2021-05-13T09:19:39.645Z] 160 | emit q->hoveredChanged(hovered);
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���void KDecoration2::DecorationButton::Private::setEnabled(bool)���:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:169:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 169 | emit q->enabledChanged(enabled);
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:174:17: error: expected ���;��� before ���q���
[2021-05-13T09:19:39.645Z] 174 | emit q->pressedChanged(false);
[2021-05-13T09:19:39.645Z] | ^~
[2021-05-13T09:19:39.645Z] | ;
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���void KDecoration2::DecorationButton::Private::setVisible(bool)���:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:185:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 185 | emit q->visibilityChanged(set);
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:190:17: error: expected ���;��� before ���q���
[2021-05-13T09:19:39.645Z] 190 | emit q->pressedChanged(false);
[2021-05-13T09:19:39.645Z] | ^~
[2021-05-13T09:19:39.645Z] | ;
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���void KDecoration2::DecorationButton::Private::setChecked(bool)���:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:201:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 201 | emit q->checkedChanged(checked);
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���void KDecoration2::DecorationButton::Private::setCheckable(bool)���:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:213:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 213 | emit q->checkableChanged(checkable);
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���void KDecoration2::DecorationButton::Private::setPressed(Qt::MouseButton, bool)���:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:223:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 223 | emit q->pressedChanged(isPressed());
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���void KDecoration2::DecorationButton::Private::setAcceptedButtons(Qt::MouseButtons)���:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:232:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 232 | emit q->acceptedButtonsChanged(acceptedButtons);
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In lambda function:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:361:13: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 361 | emit pointerEntered();
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:363:13: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 363 | emit pointerLeft();
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In lambda function:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:368:13: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 368 | emit pressed();
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:370:13: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 370 | emit released();
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] | exit
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���void KDecoration2::DecorationButton::setGeometry(const QRectF&)���:
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:439:9: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.645Z] 439 | emit variableName##Changed(d->variableName); \
[2021-05-13T09:19:39.645Z] | ^~~~
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:442:1: note: in expansion of macro ���DELEGATE���
[2021-05-13T09:19:39.645Z] 442 | DELEGATE(setGeometry, geometry, const QRectF &)
[2021-05-13T09:19:39.645Z] | ^~~~~~~~
[2021-05-13T09:19:39.645Z] make[2]: *** [src/CMakeFiles/kdecorations2.dir/build.make:160: src/CMakeFiles/kdecorations2.dir/decorationshadow.cpp.o] Error 1
[2021-05-13T09:19:39.645Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���virtual void KDecoration2::DecorationButton::mousePressEvent(QMouseEvent*)���:
[2021-05-13T09:19:39.646Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:525:13: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.646Z] 525 | emit doubleClicked();
[2021-05-13T09:19:39.646Z] | ^~~~
[2021-05-13T09:19:39.646Z] | exit
[2021-05-13T09:19:39.646Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp: In member function ���virtual void KDecoration2::DecorationButton::mouseReleaseEvent(QMouseEvent*)���:
[2021-05-13T09:19:39.646Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbutton.cpp:541:13: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.646Z] 541 | emit clicked(event->button());
[2021-05-13T09:19:39.646Z] | ^~~~
[2021-05-13T09:19:39.646Z] | exit
[2021-05-13T09:19:39.646Z] make[2]: *** [src/CMakeFiles/kdecorations2.dir/build.make:104: src/CMakeFiles/kdecorations2.dir/decoration.cpp.o] Error 1
[2021-05-13T09:19:39.646Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbuttongroup.cpp: In member function ���void KDecoration2::DecorationButtonGroup::Private::setGeometry(const QRectF&)���:
[2021-05-13T09:19:39.646Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbuttongroup.cpp:30:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.646Z] 30 | emit q->geometryChanged(geometry);
[2021-05-13T09:19:39.646Z] | ^~~~
[2021-05-13T09:19:39.646Z] | exit
[2021-05-13T09:19:39.646Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbuttongroup.cpp: In member function ���void KDecoration2::DecorationButtonGroup::setSpacing(qreal)���:
[2021-05-13T09:19:39.646Z] /home/jenkins/workspace/Plasma/kdecoration/kf5-qt5 SUSEQt5.15/src/decorationbuttongroup.cpp:151:5: error: ���emit��� was not declared in this scope; did you mean ���exit���?
[2021-05-13T09:19:39.646Z] 151 | emit spacingChanged(d->spacing);
[2021-05-13T09:19:39.646Z] | ^~~~
[2021-05-13T09:19:39.646Z] | exit
[2021-05-13T09:19:39.646Z] make[2]: *** [src/CMakeFiles/kdecorations2.dir/build.make:118: src/CMakeFiles/kdecorations2.dir/decorationbutton.cpp.o] Error 1
[2021-05-13T09:19:39.646Z] make[2]: *** [src/CMakeFiles/kdecorations2.dir/build.make:132: src/CMakeFiles/kdecorations2.dir/decorationbuttongroup.cpp.o] Error 1
[2021-05-13T09:19:40.205Z] make[1]: *** [CMakeFiles/Makefile2:224: src/CMakeFiles/kdecorations2.dir/all] Error 2
[2021-05-13T09:19:40.205Z] make: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-05-13T09:19:40.241Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to