BUILD FAILURE
Build URL https://build.kde.org/job/Applications/job/kdenlive/job/stable-kf5-qt5%20SUSEQt5.9/103/
Project: stable-kf5-qt5 SUSEQt5.9
Date of build: Mon, 05 Nov 2018 22:19:36 +0000
Build duration: 18 min and counting

CONSOLE OUTPUT
[...truncated 1.53 MB...]
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/doc/kthumb.cpp:131:16: warning: conversion to ���int��� from ���uint��� {aka ���unsigned int���} may change the sign of the result [-Wsign-conversion]
pivot[i] = bits[2 * i];
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/doc/kthumb.cpp:132:25: warning: conversion to ���int��� from ���uint��� {aka ���unsigned int���} may change the sign of the result [-Wsign-conversion]
avg += pivot.at(i);
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/doc/kthumb.cpp:139:47: warning: conversion to ���int��� from ���uint��� {aka ���unsigned int���} may change the sign of the result [-Wsign-conversion]
int curdelta = abs(int(avg - pivot.at(i)));
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/doc/kthumb.cpp:140:18: warning: conversion to ���uint��� {aka ���unsigned int���} from ���int��� may change the sign of the result [-Wsign-conversion]
delta += curdelta;
^~~~~~~~
[ 94%] Building CXX object src/CMakeFiles/kdenlive.dir/mainwindow.cpp.o
[ 95%] Building CXX object src/CMakeFiles/kdenlive.dir/renderer.cpp.o
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::seek(int)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:163:43: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (m_mltProducer->get_speed() != 0) {
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���int Render::setSceneList(QString, int)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:518:31: warning: declaration of ���Mlt::Playlist playlist��� shadows a parameter [-Wshadow]
Mlt::Playlist playlist((mlt_playlist) retainList.get_data(m_binController->binPlaylistId().toUtf8().constData()));
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:450:34: note: shadowed declaration is here
int Render::setSceneList(QString playlist, int position)
~~~~~~~~^~~~~~~~
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::switchPlay(bool, double)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:753:16: warning: unused variable ���currentSpeed��� [-Wunused-variable]
double currentSpeed = m_mltProducer->get_speed();
^~~~~~~~~~~~
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::play(double)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:776:26: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (current_speed == speed) {
^~~~~
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:782:18: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (speed != 0 && m_mltConsumer->get_int("real_time") != m_qmlView->realTime()) {
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:791:26: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (current_speed == 0) {
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::doRefresh()���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:880:42: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (m_mltProducer && (playSpeed() == 0) && m_isActive) {
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���bool Render::isPlaying() const���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:941:27: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
return playSpeed() != 0;
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���int Render::seekFramePosition() const���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:963:56: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (m_mltProducer && m_mltProducer->get_speed() == 0) {
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���bool Render::checkFrameNumber(int)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:1007:22: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (speed == 0) {
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:1028:34: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
if (speed == 0) {
^
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::showAudio(Mlt::Frame&)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:1066:47: warning: conversion to ���long unsigned int��� from ���int��� may change the sign of the result [-Wsign-conversion]
memcpy(sampleVector.data(), data, samples * num_channels * sizeof(qint16));
~~~~~~~~^~~~~~~~~~~~~~
[ 95%] Building CXX object src/CMakeFiles/kdenlive.dir/statusbarmessagelabel.cpp.o
[ 95%] Building CXX object src/CMakeFiles/kdenlive.dir/timecode.cpp.o
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/timecode.cpp: In member function ���void Timecode::setFormat(double, Timecode::Formats)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/timecode.cpp:97:59: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
m_dropFrameTimecode = (framesPerSecond / 1.00 != (int)framesPerSecond);
^~~~~~~~~~~~~~~
[ 96%] Building CXX object src/CMakeFiles/kdenlive.dir/timecodedisplay.cpp.o
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/timecodedisplay.cpp: In constructor ���TimecodeDisplay::TimecodeDisplay(const Timecode&, QWidget*)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/timecodedisplay.cpp:64:138: warning: conversion to ���unsigned int��� from ���int��� may change the sign of the result [-Wsign-conversion]
setMinimumWidth(fm.width(QStringLiteral("88:88:88:88")) + contentsMargins().right() + contentsMargins().left() + frameSize().width() - lineEdit()->contentsRect().width() + QStyle::PM_SpinBoxFrameWidth + 6);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/timecodedisplay.cpp:64:206: warning: conversion to ���int��� from ���unsigned int��� may change the sign of the result [-Wsign-conversion]
setMinimumWidth(fm.width(QStringLiteral("88:88:88:88")) + contentsMargins().right() + contentsMargins().left() + frameSize().width() - lineEdit()->contentsRect().width() + QStyle::PM_SpinBoxFrameWidth + 6);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
[ 96%] Building CXX object src/CMakeFiles/kdenlive.dir/layoutmanagement.cpp.o
[ 96%] Building CXX object src/CMakeFiles/kdenlive.dir/hidetitlebars.cpp.o
[ 97%] Building CXX object src/CMakeFiles/kdenlive.dir/mltconnection.cpp.o
[ 97%] Building CXX object src/CMakeFiles/kdenlive.dir/core.cpp.o
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/mltconnection.cpp: In member function ���void MltConnection::locateMeltAndProfilesPath(const QString&)���:
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/mltconnection.cpp:61:11: error: ���QStringLiteral��� does not name a type
const QStringLiteral exeSuffix();
^~~~~~~~~~~~~~
/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/mltconnection.cpp:63:78: error: ���exeSuffix��� was not declared in this scope
QString meltPath = qgetenv("MLT_PREFIX") + QStringLiteral("/bin/melt") + exeSuffix;
^~~~~~~~~
make[2]: *** [src/CMakeFiles/kdenlive.dir/build.make:3036: src/CMakeFiles/kdenlive.dir/mltconnection.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:591: src/CMakeFiles/kdenlive.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to