BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/395/
Project: stable-kf5-qt5 FreeBSDQt5.15
Date of build: Sun, 04 Apr 2021 13:11:02 +0000
Build duration: 1 min 45 sec and counting


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


Reply via email to