CONSOLE OUTPUT
|
[...truncated 331 lines...] |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] <scratch space>:45:1: note: expanded from here |
[2021-04-04T12:47:58.224Z] KIOWIDGETS_DEPRECATED_VERSION_5 |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:233:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5' |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] <scratch space>:46:1: note: expanded from here |
[2021-04-04T12:47:58.224Z] KIOWIDGETS_DEPRECATED_VERSION_5_71 |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:204:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_71' |
[2021-04-04T12:47:58.224Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_71(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:42:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT' |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kwebpage.cpp:576:45: warning: 'displayOpenWithDialog' is deprecated: Since 5.71. Use KIO::ApplicationLauncherJob, see API docs for a code sample [-Wdeprecated-declarations] |
[2021-04-04T12:47:58.224Z] success = KRun::displayOpenWithDialog(list, d->windowWidget(), false, suggestedFileName); |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:537:5: note: 'displayOpenWithDialog' has been explicitly marked deprecated here |
[2021-04-04T12:47:58.224Z] KIOWIDGETS_DEPRECATED_VERSION(5, 71, "Use KIO::ApplicationLauncherJob, see API docs for a code sample") |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:234:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION' |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] <scratch space>:77:1: note: expanded from here |
[2021-04-04T12:47:58.224Z] KIOWIDGETS_DEPRECATED_VERSION_5 |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:233:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5' |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] <scratch space>:78:1: note: expanded from here |
[2021-04-04T12:47:58.224Z] KIOWIDGETS_DEPRECATED_VERSION_5_71 |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:204:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_71' |
[2021-04-04T12:47:58.224Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_71(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:42:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT' |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kwebpage.cpp:603:35: warning: 'runCommand' is deprecated: Since 5.71. Use KIO::CommandLauncherJob, see API docs for a code sample [-Wdeprecated-declarations] |
[2021-04-04T12:47:58.224Z] if (KRun::runCommand(downloadCmd, view())) { |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:460:5: note: 'runCommand' has been explicitly marked deprecated here |
[2021-04-04T12:47:58.224Z] KIOWIDGETS_DEPRECATED_VERSION(5, 71, "Use KIO::CommandLauncherJob, see API docs for a code sample") |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:234:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION' |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] <scratch space>:65:1: note: expanded from here |
[2021-04-04T12:47:58.224Z] KIOWIDGETS_DEPRECATED_VERSION_5 |
[2021-04-04T12:47:58.224Z] ^ |
[2021-04-04T12:47:58.224Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:233:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5' |
[2021-04-04T12:47:58.224Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text) |
[2021-04-04T12:47:58.518Z] ^ |
[2021-04-04T12:47:58.518Z] <scratch space>:66:1: note: expanded from here |
[2021-04-04T12:47:58.518Z] KIOWIDGETS_DEPRECATED_VERSION_5_71 |
[2021-04-04T12:47:58.518Z] ^ |
[2021-04-04T12:47:58.518Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:204:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_71' |
[2021-04-04T12:47:58.518Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_71(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text) |
[2021-04-04T12:47:58.518Z] ^ |
[2021-04-04T12:47:58.518Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:42:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT' |
[2021-04-04T12:47:58.518Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-04-04T12:47:58.518Z] ^ |
[2021-04-04T12:47:58.841Z] In file included from /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kgraphicswebview.cpp:29: |
[2021-04-04T12:47:58.841Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kwebview_p.h:130:37: warning: 'selectionClipboardUrlPasted' is deprecated [-Wdeprecated-declarations] |
[2021-04-04T12:47:58.841Z] emit q->selectionClipboardUrlPasted(data.uri()); |
[2021-04-04T12:47:58.841Z] ^ |
[2021-04-04T12:47:58.841Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kgraphicswebview.cpp:76:56: note: in instantiation of member function 'KWebViewPrivate<KGraphicsWebView>::handleUrlPasteFromClipboard' requested here |
[2021-04-04T12:47:58.841Z] if (d->mouseReleased(event->pos().toPoint()) || d->handleUrlPasteFromClipboard(event)) { |
[2021-04-04T12:47:58.841Z] ^ |
[2021-04-04T12:47:58.841Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kgraphicswebview.h:122:5: note: 'selectionClipboardUrlPasted' has been explicitly marked deprecated here |
[2021-04-04T12:47:58.841Z] KDEWEBKIT_DEPRECATED void selectionClipboardUrlPasted(const QUrl &url); |
[2021-04-04T12:47:58.841Z] ^ |
[2021-04-04T12:47:58.841Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/build/src/kdewebkit_export.h:25:48: note: expanded from macro 'KDEWEBKIT_DEPRECATED' |
[2021-04-04T12:47:58.841Z] # define KDEWEBKIT_DEPRECATED __attribute__ ((__deprecated__)) |
[2021-04-04T12:47:58.841Z] ^ |
[2021-04-04T12:47:58.841Z] In file included from /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kgraphicswebview.cpp:29: |
[2021-04-04T12:47:58.841Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kwebview_p.h:139:33: warning: 'selectionClipboardUrlPasted' is deprecated [-Wdeprecated-declarations] |
[2021-04-04T12:47:58.841Z] emit q->selectionClipboardUrlPasted(data.uri()); |
[2021-04-04T12:47:58.841Z] ^ |
[2021-04-04T12:47:58.841Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/src/kgraphicswebview.h:122:5: note: 'selectionClipboardUrlPasted' has been explicitly marked deprecated here |
[2021-04-04T12:47:58.841Z] KDEWEBKIT_DEPRECATED void selectionClipboardUrlPasted(const QUrl &url); |
[2021-04-04T12:47:58.841Z] ^ |
[2021-04-04T12:47:58.841Z] /usr/home/jenkins/workspace/Frameworks/kdewebkit/kf5-qt5 FreeBSDQt5.15/build/src/kdewebkit_export.h:25:48: note: expanded from macro 'KDEWEBKIT_DEPRECATED' |
[2021-04-04T12:47:58.841Z] # define KDEWEBKIT_DEPRECATED __attribute__ ((__deprecated__)) |
[2021-04-04T12:47:58.841Z] ^ |
[2021-04-04T12:47:59.115Z] 2 warnings generated. |
[2021-04-04T12:47:59.441Z] 3 warnings generated. |
[2021-04-04T12:47:59.441Z] gmake[1]: *** [CMakeFiles/Makefile2:807: src/CMakeFiles/KF5WebKit.dir/all] Error 2 |
[2021-04-04T12:47:59.441Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-04-04T12:47:59.460Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |