BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20FreeBSDQt5.13/47/
Project: kf5-qt5 FreeBSDQt5.13
Date of build: Tue, 03 Dec 2019 00:35:15 +0000
Build duration: 1 min 30 sec and counting


CONSOLE OUTPUT
[...truncated 1057 lines...]
[2019-12-03T00:36:44.301Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2019-12-03T00:36:44.301Z] ^
[2019-12-03T00:36:44.569Z] /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kcolordialog.cpp:1754:31: warning: 'grabWindow' is deprecated: Use QScreen::grabWindow() instead [-Wdeprecated-declarations]
[2019-12-03T00:36:44.569Z] QPixmap pm = QPixmap::grabWindow(desktop->winId(), p.x(), p.y(), 1, 1);
[2019-12-03T00:36:44.569Z] ^
[2019-12-03T00:36:44.569Z] /usr/local/include/qt5/QtGui/qpixmap.h:119:5: note: 'grabWindow' has been explicitly marked deprecated here
[2019-12-03T00:36:44.569Z] QT_DEPRECATED_X("Use QScreen::grabWindow() instead")
[2019-12-03T00:36:44.569Z] ^
[2019-12-03T00:36:44.569Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2019-12-03T00:36:44.569Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2019-12-03T00:36:44.569Z] ^
[2019-12-03T00:36:44.569Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2019-12-03T00:36:44.569Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2019-12-03T00:36:44.569Z] ^
[2019-12-03T00:36:44.828Z] 6 warnings generated.
[2019-12-03T00:36:44.828Z] In file included from /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kdialog.cpp:24:
[2019-12-03T00:36:44.828Z] /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kdialog_p.h:39:5: warning: 'QSignalMapper' is deprecated [-Wdeprecated-declarations]
[2019-12-03T00:36:44.828Z] KDialogPrivate()
[2019-12-03T00:36:44.828Z] ^
[2019-12-03T00:36:44.828Z] /usr/local/include/qt5/QtCore/qsignalmapper.h:56:5: note: 'QSignalMapper' has been explicitly marked deprecated here
[2019-12-03T00:36:44.828Z] QT_DEPRECATED explicit QSignalMapper(QObject *parent = nullptr);
[2019-12-03T00:36:44.828Z] ^
[2019-12-03T00:36:44.828Z] /usr/local/include/qt5/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
[2019-12-03T00:36:44.828Z] # define QT_DEPRECATED Q_DECL_DEPRECATED
[2019-12-03T00:36:44.828Z] ^
[2019-12-03T00:36:44.828Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:233:45: note: expanded from macro 'Q_DECL_DEPRECATED'
[2019-12-03T00:36:44.828Z] # define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
[2019-12-03T00:36:44.828Z] ^
[2019-12-03T00:36:45.087Z] 4 warnings generated.
[2019-12-03T00:36:45.087Z] /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kdialog.cpp:573:18: warning: 'isVirtualDesktop' is deprecated: Use QScreen::virtualSiblings() of primary screen [-Wdeprecated-declarations]
[2019-12-03T00:36:45.087Z] if (desktop->isVirtualDesktop() &&
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:69:5: note: 'isVirtualDesktop' has been explicitly marked deprecated here
[2019-12-03T00:36:45.087Z] QT_DEPRECATED_X("Use QScreen::virtualSiblings() of primary screen") bool isVirtualDesktop() const;
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2019-12-03T00:36:45.087Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2019-12-03T00:36:45.087Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kdialog.cpp:577:46: warning: 'numScreens' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
[2019-12-03T00:36:45.087Z] if (screen < 0 || screen >= desktop->numScreens()) {
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:71:5: note: 'numScreens' has been explicitly marked deprecated here
[2019-12-03T00:36:45.087Z] QT_DEPRECATED_X("Use QGuiApplication::screens()") int numScreens() const;
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2019-12-03T00:36:45.087Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2019-12-03T00:36:45.087Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kdialog.cpp:579:35: warning: 'primaryScreen' is deprecated: Use QGuiApplication::primaryScreen() [-Wdeprecated-declarations]
[2019-12-03T00:36:45.087Z] screen = desktop->primaryScreen();
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:73:5: note: 'primaryScreen' has been explicitly marked deprecated here
[2019-12-03T00:36:45.087Z] QT_DEPRECATED_X("Use QGuiApplication::primaryScreen()") int primaryScreen() const;
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2019-12-03T00:36:45.087Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2019-12-03T00:36:45.087Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kdialog.cpp:581:35: warning: 'screenNumber' is deprecated: Use QGuiApplication::screenAt() [-Wdeprecated-declarations]
[2019-12-03T00:36:45.087Z] screen = desktop->screenNumber(QCursor::pos());
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.087Z] /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:75:5: note: 'screenNumber' has been explicitly marked deprecated here
[2019-12-03T00:36:45.087Z] QT_DEPRECATED_X("Use QGuiApplication::screenAt()") int screenNumber(const QPoint &) const;
[2019-12-03T00:36:45.087Z] ^
[2019-12-03T00:36:45.088Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2019-12-03T00:36:45.088Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2019-12-03T00:36:45.088Z] ^
[2019-12-03T00:36:45.088Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2019-12-03T00:36:45.088Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2019-12-03T00:36:45.088Z] ^
[2019-12-03T00:36:45.088Z] /usr/home/jenkins/workspace/Frameworks/kdelibs4support/kf5-qt5 FreeBSDQt5.13/src/kdeui/kdialog.cpp:587:25: warning: 'availableGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
[2019-12-03T00:36:45.088Z] return desktop->availableGeometry(screen);
[2019-12-03T00:36:45.088Z] ^
[2019-12-03T00:36:45.088Z] /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:88:5: note: 'availableGeometry' has been explicitly marked deprecated here
[2019-12-03T00:36:45.088Z] QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect availableGeometry(int screen = -1) const;
[2019-12-03T00:36:45.088Z] ^
[2019-12-03T00:36:45.088Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2019-12-03T00:36:45.088Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2019-12-03T00:36:45.088Z] ^
[2019-12-03T00:36:45.088Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2019-12-03T00:36:45.088Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2019-12-03T00:36:45.088Z] ^
[2019-12-03T00:36:45.346Z] 6 warnings generated.
[2019-12-03T00:36:45.346Z] gmake[1]: *** [CMakeFiles/Makefile2:1356: src/CMakeFiles/KF5KDELibs4Support.dir/all] Error 2
[2019-12-03T00:36:45.346Z] gmake: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2019-12-03T00:36:45.888Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to