Build failed in Jenkins: kde-baseapps_frameworks_qt5 #141

KDE CI System null at kde.org
Tue Oct 14 15:53:43 UTC 2014


See <http://build.kde.org/job/kde-baseapps_frameworks_qt5/141/changes>

Changes:

[me] Port Dolphin to the new Baloo APIs

------------------------------------------
[...truncated 2955 lines...]
   KDialog *regExpDialog;
            ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kfind/../../kfind/kftabdlg.h>:134:8: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
   KUrl m_url;
        ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kfind/moc_kquery.cpp>:9:0,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kfind/kfind_automoc.cpp>:6:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kfind/../../kfind/kquery.h>:51:33: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
   void setPath(const KUrl & url );
                                 ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kfind/../../kfind/kquery.h>:64:19: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
   const KUrl& url()              {return m_url;}
                   ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kfind/../../kfind/kquery.h>:95:8: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
   KUrl m_url;
        ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>:9:0,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/konquerorprivate_automoc.cpp>:6:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/../../../konqueror/src/konqhistoryview.h>:52:48: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
     KUrl urlForIndex(const QModelIndex& index) const;
                                                ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/../../../konqueror/src/konqhistoryview.h>:55:44: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void openUrlInNewWindow(const KUrl& url);
                                            ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/../../../konqueror/src/konqhistoryview.h>:56:41: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void openUrlInNewTab(const KUrl& url);
                                         ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/konquerorprivate_automoc.cpp>:6:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>: In static member function ‘static void KonqHistoryView::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>:116:72: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 0: _t->openUrlInNewWindow((*reinterpret_cast< const KUrl(*)>(_a[1]))); break;
                                                                        ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>:117:69: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 1: _t->openUrlInNewTab((*reinterpret_cast< const KUrl(*)>(_a[1]))); break;
                                                                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>:134:62: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
             typedef void (KonqHistoryView::*_t)(const KUrl & );
                                                              ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>:140:62: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
             typedef void (KonqHistoryView::*_t)(const KUrl & );
                                                              ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>:185:58: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
 void KonqHistoryView::openUrlInNewWindow(const KUrl & _t1)
                                                          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqhistoryview.cpp>:192:55: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
 void KonqHistoryView::openUrlInNewTab(const KUrl & _t1)
                                                       ^
[ 31%] In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/moc_konqpixmapprovider.cpp>:9:0,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/konquerorprivate_automoc.cpp>:7:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/../../../konqueror/src/konqpixmapprovider.h>:69:42: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     QString iconNameFor( const KUrl& url );
                                          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/konqueror/src/../../../konqueror/src/konqpixmapprovider.h>:86:10: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
     QMap<KUrl,QString> iconMap;
          ^
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qobject.h:56:0,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qiodevice.h:47,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qdatastream.h:46,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qstringlist.h:46,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qurlquery.h:50,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qurl.h:408,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/QUrl:1,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kbookmarks/inst/include/KF5/KBookmarks/kbookmark.h:24,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/favicons.h>:23,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/favicons.cpp>:20:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl::List>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘List’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:143) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
[ 32%] Building CXX object keditbookmarks/CMakeFiles/kdeinit_keditbookmarks.dir/kebsearchline.cpp.o
Building CXX object keditbookmarks/CMakeFiles/kdeinit_keditbookmarks.dir/bookmarklistview.cpp.o
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/favicons.cpp>:23:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>:34:66: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     FavIconWebGrabber(KParts::ReadOnlyPart *part, const KUrl &url);
                                                                  ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>:48:10: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
     KUrl m_url;
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>:64:40: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void setIconUrl(const KUrl &iconURL);
                                        ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/favicons.cpp>:24:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>:67:59: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
                  const KUrl &url, QUndoCommand* parent = 0);
                                                           ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>:90:9: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
    KUrl m_url;
         ^
[ 32%] Building CXX object keditbookmarks/CMakeFiles/kdeinit_keditbookmarks.dir/toplevel_interface.cpp.o
[ 32%] Building CXX object keditbookmarks/CMakeFiles/kdeinit_keditbookmarks.dir/favicon_interface.cpp.o
Linking CXX executable kfind
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qobject.h:56:0,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qiodevice.h:47,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qdatastream.h:46,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qstringlist.h:46,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qurlquery.h:50,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qurl.h:408,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/QUrl:1,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kbookmarks/inst/include/KF5/KBookmarks/kbookmark.h:24,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>:21,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.cpp>:22:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl::List>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘List’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:143) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.cpp>:22:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>:34:66: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     FavIconWebGrabber(KParts::ReadOnlyPart *part, const KUrl &url);
                                                                  ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>:48:10: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
     KUrl m_url;
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.h>:64:40: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void setIconUrl(const KUrl &iconURL);
                                        ^
Linking CXX shared library libkonquerorprivate.so
[ 32%] Building CXX object keditbookmarks/CMakeFiles/kdeinit_keditbookmarks.dir/settings.cpp.o
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qobject.h:56:0,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qiodevice.h:47,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qdatastream.h:46,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qstringlist.h:46,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qurlquery.h:50,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qurl.h:408,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/QUrl:1,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kbookmarks/inst/include/KF5/KBookmarks/kbookmark.h:24,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarkinfowidget.h>:23,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarkinfowidget.cpp>:19:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl::List>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘List’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:143) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarkinfowidget.cpp>:21:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>:67:59: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
                  const KUrl &url, QUndoCommand* parent = 0);
                                                           ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>:90:9: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
    KUrl m_url;
         ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.cpp>:117:52: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
 void FavIconUpdater::setIconUrl(const KUrl &iconURL)
                                                    ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/faviconupdater.cpp>:164:81: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
 FavIconWebGrabber::FavIconWebGrabber(KParts::ReadOnlyPart *part, const KUrl &url)
                                                                                 ^
[ 32%] Built target kfind
[ 33%] Building CXX object keditbookmarks/CMakeFiles/kdeinit_keditbookmarks.dir/kdeinit_keditbookmarks_automoc.cpp.o
[ 33%] Built target konquerorprivate
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qobject.h:56:0,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtWidgets/qwidget.h:46,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtWidgets/qframe.h:45,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtWidgets/qabstractscrollarea.h:45,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtWidgets/qabstractitemview.h:45,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtWidgets/qtreeview.h:45,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtWidgets/QTreeView:1,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarklistview.h>:22,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarklistview.cpp>:20:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl::List>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘List’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:143) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarklistview.cpp>:25:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>:67:59: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
                  const KUrl &url, QUndoCommand* parent = 0);
                                                           ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kbookmarkmodel/commands.h>:90:9: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
    KUrl m_url;
         ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarklistview.cpp>: In member function ‘void BookmarkListView::saveColumnSetting()’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/bookmarklistview.cpp>:145:38: warning: ‘void KCoreConfigSkeleton::writeConfig()’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kconfig/inst/include/KF5/KConfigCore/kcoreconfigskeleton.h:1429) [-Wdeprecated-declarations]
     KEBSettings::self()->writeConfig();
                                      ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kebsearchline.cpp>: In member function ‘bool KViewSearchLine::anyVisible(const QModelIndex&, const QModelIndex&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/keditbookmarks/kebsearchline.cpp>:500:17: warning: variable ‘parent’ set but not used [-Wunused-but-set-variable]
     QModelIndex parent = first.parent();
                 ^
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qobject.h:56:0,
                 from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/QObject:1,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/actionsimpl.h>:24,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/moc_actionsimpl.cpp>:9,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/kdeinit_keditbookmarks_automoc.cpp>:2:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h: In static member function ‘static int QMetaTypeId<KUrl::List>::qt_metatype_id()’:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/qt5/inst/include/QtCore/qmetatype.h:1695:54: warning: ‘List’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:143) [-Wdeprecated-declarations]
                               reinterpret_cast< TYPE *>(quintptr(-1))); \
                                                      ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/moc_faviconupdater.cpp>:9:0,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/kdeinit_keditbookmarks_automoc.cpp>:7:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/faviconupdater.h>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/faviconupdater.h>:34:66: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     FavIconWebGrabber(KParts::ReadOnlyPart *part, const KUrl &url);
                                                                  ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/faviconupdater.h>:48:10: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
     KUrl m_url;
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/faviconupdater.h>:64:40: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void setIconUrl(const KUrl &iconURL);
                                        ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/kdeinit_keditbookmarks_automoc.cpp>:7:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/moc_faviconupdater.cpp>: In static member function ‘static void FavIconUpdater::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/moc_faviconupdater.cpp>:242:64: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 1: _t->setIconUrl((*reinterpret_cast< const KUrl(*)>(_a[1]))); break;
                                                                ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/moc_faviconupdater.cpp>:254:69: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
                 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< KUrl >(); break;
                                                                     ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/importers.h>:23:0,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/moc_importers.cpp>:9,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/kdeinit_keditbookmarks_automoc.cpp>:9:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/kbookmarkmodel/commands.h>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/kbookmarkmodel/commands.h>:67:59: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
                  const KUrl &url, QUndoCommand* parent = 0);
                                                           ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/keditbookmarks/../../keditbookmarks/kbookmarkmodel/commands.h>:90:9: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdelibs4support/inst/include/KF5/KDELibs4Support/kurl.h:109) [-Wdeprecated-declarations]
    KUrl m_url;
         ^
Linking CXX shared library libkdeinit5_keditbookmarks.so
[ 33%] Built target kdeinit_keditbookmarks
make: *** [all] Error 2
Compiliation step exited with non-zero code, assuming failure to build from source for project kde-baseapps.
Build step 'Execute shell' marked build as failure
[File exists] check if file exists [build/JUnitTestResults.xml]
Run condition [File exists] preventing perform for step [Publish JUnit test result report]
[File exists] check if file exists [build/cppcheck.xml]
Run condition [File exists] preventing perform for step [Publish Cppcheck results]
[WARNINGS] Skipping publisher since build result is FAILURE


More information about the Kde-frameworks-devel mailing list