CONSOLE OUTPUT
|
[...truncated 279.15 KB...] |
^ |
/usr/local/include/qt5/QtCore/qobject.h:313:13: note: candidate template ignored: substitution failure [with Func1 = const char *, Func2 = const char *]: no type named 'Object' in 'QtPrivate::FunctionPointer<const char *>' |
connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
^ ~~~~~~ |
/usr/local/include/qt5/QtCore/qobject.h:265:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided |
connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
^ |
/usr/local/include/qt5/QtCore/qobject.h:305:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided |
connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
^ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:157:5: error: no matching member function for call to 'connect' |
connect(view(), SIGNAL(verticalScrollPositionChanged(KTextEditor::View*,KTextEditor::Cursor)), this, SLOT(updatePositionSlot())); |
^~~~~~~ |
/usr/local/include/qt5/QtCore/qobject.h:213:36: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'const QObject *' for 1st argument |
static QMetaObject::Connection connect(const QObject *sender, const char *signal, |
^ |
/usr/local/include/qt5/QtCore/qobject.h:216:36: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'const QObject *' for 1st argument |
static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, |
^ |
/usr/local/include/qt5/QtCore/qobject.h:468:41: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'const QObject *' for 1st argument |
inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, |
^ |
/usr/local/include/qt5/QtCore/qobject.h:233:43: note: candidate template ignored: substitution failure [with Func1 = const char *, Func2 = const char *]: no type named 'Object' in 'QtPrivate::FunctionPointer<const char *>' |
static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, |
^ ~~~~~~ |
/usr/local/include/qt5/QtCore/qobject.h:272:43: note: candidate template ignored: disabled by 'enable_if' [with Func1 = const char *, Func2 = const char *] |
static inline typename std::enable_if<int(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0 && |
^ |
/usr/local/include/qt5/QtCore/qobject.h:313:13: note: candidate template ignored: substitution failure [with Func1 = const char *, Func2 = const char *]: no type named 'Object' in 'QtPrivate::FunctionPointer<const char *>' |
connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
^ ~~~~~~ |
/usr/local/include/qt5/QtCore/qobject.h:265:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided |
connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
^ |
/usr/local/include/qt5/QtCore/qobject.h:305:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided |
connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
^ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:206:10: error: cannot initialize object parameter of type 'const QWidget' with an _expression_ of type 'KTextEditor::ViewPrivate' |
if (!view()->hasFocus()) { |
^~~~~~ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:384:21: error: no matching function for call to '_completionRange' |
range = _completionRange(model, view(), view()->cursorPosition()); |
^~~~~~~~~~~~~~~~ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:68:27: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'KTextEditor::View *' for 2nd argument |
static KTextEditor::Range _completionRange(KTextEditor::CodeCompletionModel *model, KTextEditor::View *view, const KTextEditor::Cursor &cursor) |
^ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:412:34: error: cannot initialize a parameter of type 'KTextEditor::View *' with an rvalue of type 'KTextEditor::ViewPrivate *' |
model->completionInvoked(view(), range, invocationType); |
^~~~~~ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/include/ktexteditor/codecompletionmodel.h:384:55: note: passing argument to parameter 'view' here |
virtual void completionInvoked(KTextEditor::View *view, const KTextEditor::Range &range, InvocationType invocationType); |
^ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:461:10: error: cannot initialize object parameter of type 'const QWidget' with an _expression_ of type 'KTextEditor::ViewPrivate' |
if (!view()->hasFocus()) { |
^~~~~~ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:523:16: error: cannot initialize object parameter of type 'const QWidget' with an _expression_ of type 'KTextEditor::ViewPrivate' |
QPoint p = view()->mapToGlobal(cursorPosition); |
^~~~~~ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:531:48: error: no matching member function for call to 'screenGeometry' |
if (x + width() > QApplication::desktop()->screenGeometry(view()).right()) { |
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ |
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:73:17: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'int' for 1st argument |
const QRect screenGeometry(int screen = -1) const; |
^ |
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:74:17: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'const QWidget *' for 1st argument |
const QRect screenGeometry(const QWidget *widget) const; |
^ |
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:75:17: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'const QPoint' for 1st argument |
const QRect screenGeometry(const QPoint &point) const |
^ |
/usr/home/jenkins/workspace/Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9/src/completion/katecompletionwidget.cpp:532:38: error: no matching member function for call to 'screenGeometry' |
x = QApplication::desktop()->screenGeometry(view()).right() - width(); |
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ |
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:73:17: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'int' for 1st argument |
const QRect screenGeometry(int screen = -1) const; |
^ |
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:74:17: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'const QWidget *' for 1st argument |
const QRect screenGeometry(const QWidget *widget) const; |
^ |
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:75:17: note: candidate function not viable: no known conversion from 'KTextEditor::ViewPrivate *' to 'const QPoint' for 1st argument |
const QRect screenGeometry(const QPoint &point) const |
^ |
fatal error: too many errors emitted, stopping now [-ferror-limit=] |
20 errors generated. |
gmake[2]: *** [src/CMakeFiles/KF5TextEditor.dir/build.make:370: src/CMakeFiles/KF5TextEditor.dir/completion/katecompletionwidget.cpp.o] Error 1 |
1 error generated. |
gmake[2]: *** [src/CMakeFiles/KF5TextEditor.dir/build.make:394: src/CMakeFiles/KF5TextEditor.dir/completion/katecompletionmodel.cpp.o] Error 1 |
gmake[1]: *** [CMakeFiles/Makefile2:167: src/CMakeFiles/KF5TextEditor.dir/all] Error 2 |
gmake: *** [Makefile:141: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] sh |
[Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9] Running shell script |
+ python3.5 -u ci-tooling/helpers/capture-workspace.py --environment production |
[Pipeline] emailextrecipients |
[Pipeline] emailext |