|
CONSOLE OUTPUT
|
| [...truncated 1084 lines...] |
| [2021-04-04T13:13:49.786Z] [ 96%] Built target themetest |
| [2021-04-04T13:13:49.786Z] [ 97%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/datasource.cpp.o |
| [2021-04-04T13:13:49.786Z] [ 97%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/svgitem.cpp.o |
| [2021-04-04T13:13:50.045Z] [ 97%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/fadingnode.cpp.o |
| [2021-04-04T13:13:50.045Z] [ 97%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/framesvgitem.cpp.o |
| [2021-04-04T13:13:50.319Z] [ 97%] Linking CXX executable ../bin/dialogstatetest |
| [2021-04-04T13:13:50.319Z] [ 97%] Built target dialogstatetest |
| [2021-04-04T13:13:50.319Z] [ 98%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/quicktheme.cpp.o |
| [2021-04-04T13:13:50.599Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/corebindingsplugin.cpp:110:5: error: no matching function for call to 'qmlRegisterInterface' |
| [2021-04-04T13:13:50.599Z] qmlRegisterInterface<Plasma::Service>("Service"); |
| [2021-04-04T13:13:50.599Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| [2021-04-04T13:13:50.599Z] /usr/local/include/qt5/QtQml/qqml.h:535:5: note: candidate function template not viable: requires 2 arguments, but 1 was provided |
| [2021-04-04T13:13:50.599Z] int qmlRegisterInterface(const char *uri, int versionMajor) |
| [2021-04-04T13:13:50.599Z] ^ |
| [2021-04-04T13:13:50.599Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/corebindingsplugin.cpp:111:5: error: no matching function for call to 'qmlRegisterInterface' |
| [2021-04-04T13:13:50.599Z] qmlRegisterInterface<Plasma::ServiceJob>("ServiceJob"); |
| [2021-04-04T13:13:50.599Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| [2021-04-04T13:13:50.599Z] /usr/local/include/qt5/QtQml/qqml.h:535:5: note: candidate function template not viable: requires 2 arguments, but 1 was provided |
| [2021-04-04T13:13:50.599Z] int qmlRegisterInterface(const char *uri, int versionMajor) |
| [2021-04-04T13:13:50.599Z] ^ |
| [2021-04-04T13:13:50.865Z] [ 98%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/tooltip.cpp.o |
| [2021-04-04T13:13:50.865Z] [ 98%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/tooltipdialog.cpp.o |
| [2021-04-04T13:13:51.145Z] [ 98%] Linking CXX shared module ../../../bin/plasma_appletscript_declarative.so |
| [2021-04-04T13:13:51.145Z] 2 errors generated. |
| [2021-04-04T13:13:51.145Z] gmake[2]: *** [src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/build.make:104: src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/corebindingsplugin.cpp.o] Error 1 |
| [2021-04-04T13:13:51.145Z] gmake[2]: *** Waiting for unfinished jobs.... |
| [2021-04-04T13:13:51.145Z] [ 98%] Built target plasma_appletscript_declarative |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:19:37: error: no template named 'QSGSimpleMaterialShader' |
| [2021-04-04T13:13:51.723Z] class FadingMaterialShader : public QSGSimpleMaterialShader<FadingMaterialState> |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:21:5: error: C++ requires a type specifier for all declarations |
| [2021-04-04T13:13:51.723Z] QSG_DECLARE_SIMPLE_SHADER(FadingMaterialShader, FadingMaterialState) |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:21:73: error: expected ';' at end of declaration list |
| [2021-04-04T13:13:51.723Z] QSG_DECLARE_SIMPLE_SHADER(FadingMaterialShader, FadingMaterialState) |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] ; |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:24:11: error: no template named 'QSGSimpleMaterialShader' |
| [2021-04-04T13:13:51.723Z] using QSGSimpleMaterialShader<FadingMaterialState>::updateState; |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:25:96: error: only virtual member functions can be marked 'override' |
| [2021-04-04T13:13:51.723Z] void updateState(const FadingMaterialState *newState, const FadingMaterialState *oldState) override; |
| [2021-04-04T13:13:51.723Z] ^~~~~~~~ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:26:42: error: only virtual member functions can be marked 'override' |
| [2021-04-04T13:13:51.723Z] QList<QByteArray> attributes() const override; |
| [2021-04-04T13:13:51.723Z] ^~~~~~~~ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:28:23: error: only virtual member functions can be marked 'override' |
| [2021-04-04T13:13:51.723Z] void initialize() override; |
| [2021-04-04T13:13:51.723Z] ^~~~~~~~ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:37:23: error: definition of implicitly declared default constructor |
| [2021-04-04T13:13:51.723Z] FadingMaterialShader::FadingMaterialShader() |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:39:5: error: use of undeclared identifier 'setShaderSourceFile' |
| [2021-04-04T13:13:51.723Z] setShaderSourceFile(QOpenGLShader::Fragment, QStringLiteral(":/plasma-framework/shaders/fadingmaterial.frag")); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:40:5: error: use of undeclared identifier 'setShaderSourceFile' |
| [2021-04-04T13:13:51.723Z] setShaderSourceFile(QOpenGLShader::Vertex, QStringLiteral(":/plasma-framework/shaders/fadingmaterial.vert")); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:54:9: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] program()->setUniformValue(m_sourceRectId, QVector4D(rect.x(), rect.y(), rect.width(), rect.height())); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:61:9: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] program()->setUniformValue(m_targetRectId, QVector4D(rect.x(), rect.y(), rect.width(), rect.height())); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:67:9: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] program()->setUniformValue(m_progressId, (GLfloat)newState->progress); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:73:10: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] if (!program()->isLinked()) { |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:77:5: error: no template named 'QSGSimpleMaterialShader' |
| [2021-04-04T13:13:51.723Z] QSGSimpleMaterialShader<FadingMaterialState>::initialize(); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:79:5: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] program()->bind(); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:80:5: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] program()->setUniformValue("u_src", 0); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:81:5: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] program()->setUniformValue("u_target", 1); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/core/fadingnode.cpp:83:20: error: use of undeclared identifier 'program' |
| [2021-04-04T13:13:51.723Z] m_progressId = program()->uniformLocation("u_transitionProgress"); |
| [2021-04-04T13:13:51.723Z] ^ |
| [2021-04-04T13:13:51.723Z] fatal error: too many errors emitted, stopping now [-ferror-limit=] |
| [2021-04-04T13:13:51.723Z] 20 errors generated. |
| [2021-04-04T13:13:51.723Z] gmake[2]: *** [src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/build.make:169: src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/fadingnode.cpp.o] Error 1 |
| [2021-04-04T13:13:52.291Z] [ 98%] Linking CXX executable ../bin/dialogqmltest |
| [2021-04-04T13:13:52.291Z] [ 98%] Built target dialogqmltest |
| [2021-04-04T13:13:52.548Z] gmake[1]: *** [CMakeFiles/Makefile2:1860: src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/all] Error 2 |
| [2021-04-04T13:13:52.548Z] gmake: *** [Makefile:160: all] Error 2 |
| [Pipeline] } |
| [Pipeline] // stage |
| [Pipeline] } |
| [2021-04-04T13:13:52.558Z] ERROR: script returned exit code 1 |
| [Pipeline] // catchError |
| [Pipeline] emailextrecipients |
| [Pipeline] emailext |