<body style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><table style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" align="right"><img src="https://build.kde.org/static/e59dfe28/images/32x32/red.gif"/></td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" valign="center"><b style="font-size: 200%;">BUILD FAILURE</b></td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Build URL
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><a href="https://build.kde.org/job/Applications/job/kdenlive/job/stable-kf5-qt5%20SUSEQt5.9/103/">https://build.kde.org/job/Applications/job/kdenlive/job/stable-kf5-qt5%20SUSEQt5.9/103/</a></td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Project:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">stable-kf5-qt5 SUSEQt5.9</td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Date of build:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">Mon, 05 Nov 2018 22:19:36 +0000</td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Build duration:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">18 min and counting</td></tr></table><br/><table style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" width="100%" cellpadding="0" cellspacing="0"><tr><td class="bg1" style="font-family: Verdana, Helvetica, sans serif; font-size: 120%; color: white; background-color: #0000C0"><b>
       CONSOLE OUTPUT
      </b></td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[...truncated 1.53 MB...]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                       ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         pivot[i] = bits[2 * i];</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         avg += pivot.at(i);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                         ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         int curdelta = abs(int(avg - pivot.at(i)));</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                               ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         delta += curdelta;</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                  ^~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 94%] Building CXX object src/CMakeFiles/kdenlive.dir/mainwindow.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 95%] Building CXX object src/CMakeFiles/kdenlive.dir/renderer.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::seek(int)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         if (m_mltProducer->get_speed() != 0) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                           ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���int Render::setSceneList(QString, int)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         Mlt::Playlist playlist((mlt_playlist) retainList.get_data(m_binController->binPlaylistId().toUtf8().constData()));</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                               ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:450:34: note: shadowed declaration is here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black"> int Render::setSceneList(QString playlist, int position)</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                          ~~~~~~~~^~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::switchPlay(bool, double)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp:753:16: warning: unused variable ���currentSpeed��� [-Wunused-variable]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         double currentSpeed = m_mltProducer->get_speed();</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                ^~~~~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::play(double)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     if (current_speed == speed) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                          ^~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     if (speed != 0 && m_mltConsumer->get_int("real_time") != m_qmlView->realTime()) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                  ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     if (current_speed == 0) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                          ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::doRefresh()���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     if (m_mltProducer && (playSpeed() == 0) && m_isActive) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                          ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���bool Render::isPlaying() const���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     return playSpeed() != 0;</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                           ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���int Render::seekFramePosition() const���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     if (m_mltProducer && m_mltProducer->get_speed() == 0) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                                        ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���bool Render::checkFrameNumber(int)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">         if (speed == 0) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                      ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                     if (speed == 0) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                  ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/renderer.cpp: In member function ���void Render::showAudio(Mlt::Frame&)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     memcpy(sampleVector.data(), data, samples * num_channels * sizeof(qint16));</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                       ~~~~~~~~^~~~~~~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 95%] Building CXX object src/CMakeFiles/kdenlive.dir/statusbarmessagelabel.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 95%] Building CXX object src/CMakeFiles/kdenlive.dir/timecode.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/timecode.cpp: In member function ���void Timecode::setFormat(double, Timecode::Formats)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     m_dropFrameTimecode = (framesPerSecond / 1.00 != (int)framesPerSecond);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                                           ^~~~~~~~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 96%] Building CXX object src/CMakeFiles/kdenlive.dir/timecodedisplay.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/timecodedisplay.cpp: In constructor ���TimecodeDisplay::TimecodeDisplay(const Timecode&, QWidget*)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     setMinimumWidth(fm.width(QStringLiteral("88:88:88:88")) + contentsMargins().right() + contentsMargins().left() + frameSize().width() - lineEdit()->contentsRect().width() + QStyle::PM_SpinBoxFrameWidth + 6);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     setMinimumWidth(fm.width(QStringLiteral("88:88:88:88")) + contentsMargins().right() + contentsMargins().left() + frameSize().width() - lineEdit()->contentsRect().width() + QStyle::PM_SpinBoxFrameWidth + 6);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 96%] Building CXX object src/CMakeFiles/kdenlive.dir/layoutmanagement.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 96%] Building CXX object src/CMakeFiles/kdenlive.dir/hidetitlebars.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 97%] Building CXX object src/CMakeFiles/kdenlive.dir/mltconnection.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[ 97%] Building CXX object src/CMakeFiles/kdenlive.dir/core.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/mltconnection.cpp: In member function ���void MltConnection::locateMeltAndProfilesPath(const QString&)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/mltconnection.cpp:61:11: error: ���QStringLiteral��� does not name a type</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     const QStringLiteral exeSuffix();</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">           ^~~~~~~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">/home/jenkins/workspace/Applications/kdenlive/stable-kf5-qt5 SUSEQt5.9/src/mltconnection.cpp:63:78: error: ���exeSuffix��� was not declared in this scope</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">     QString meltPath = qgetenv("MLT_PREFIX") + QStringLiteral("/bin/melt") + exeSuffix;</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">                                                                              ^~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">make[2]: *** [src/CMakeFiles/kdenlive.dir/build.make:3036: src/CMakeFiles/kdenlive.dir/mltconnection.cpp.o] Error 1</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">make[2]: *** Waiting for unfinished jobs....</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">make[1]: *** [CMakeFiles/Makefile2:591: src/CMakeFiles/kdenlive.dir/all] Error 2</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">make: *** [Makefile:141: all] Error 2</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] }</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] // stage</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] }</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">ERROR: script returned exit code 1</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] // catchError</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] emailextrecipients</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] emailext</td></tr></table><br/></body>