BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/kimageformats/job/kf5-qt5%20SUSEQt5.14/9/
Project: kf5-qt5 SUSEQt5.14
Date of build: Sun, 03 Jan 2021 08:49:28 +0000
Build duration: 40 sec and counting


CONSOLE OUTPUT
[...truncated 299 lines...]
[2021-01-03T08:50:04.093Z] [ 31%] Building CXX object src/imageformats/CMakeFiles/kimg_rgb.dir/kimg_rgb_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:04.093Z] [ 31%] Built target writetest_autogen
[2021-01-03T08:50:04.093Z] Scanning dependencies of target kimg_ras
[2021-01-03T08:50:04.093Z] Scanning dependencies of target kimg_psd
[2021-01-03T08:50:04.356Z] [ 33%] Building CXX object src/imageformats/CMakeFiles/kimg_ani.dir/kimg_ani_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:04.356Z] Scanning dependencies of target kimg_tga
[2021-01-03T08:50:04.356Z] [ 34%] Building CXX object src/imageformats/CMakeFiles/kimg_psd.dir/kimg_psd_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:04.356Z] Scanning dependencies of target kimg_xcf
[2021-01-03T08:50:04.356Z] [ 36%] Building CXX object src/imageformats/CMakeFiles/kimg_tga.dir/kimg_tga_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:04.356Z] [ 37%] Building CXX object src/imageformats/CMakeFiles/kimg_xcf.dir/kimg_xcf_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:04.356Z] [ 38%] Building CXX object src/imageformats/CMakeFiles/kimg_ras.dir/kimg_ras_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:04.356Z] [ 38%] Built target pictest_autogen
[2021-01-03T08:50:04.356Z] [ 38%] Built target anitest_autogen
[2021-01-03T08:50:04.356Z] [ 40%] Building CXX object src/imageformats/CMakeFiles/kimg_psd.dir/psd.cpp.o
[2021-01-03T08:50:04.356Z] [ 41%] Building CXX object src/imageformats/CMakeFiles/kimg_ras.dir/ras.cpp.o
[2021-01-03T08:50:05.335Z] [ 43%] Building CXX object src/imageformats/CMakeFiles/kimg_pcx.dir/pcx.cpp.o
[2021-01-03T08:50:05.335Z] Scanning dependencies of target kimg_kra
[2021-01-03T08:50:05.335Z] [ 44%] Building CXX object src/imageformats/CMakeFiles/kimg_kra.dir/kimg_kra_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:05.594Z] [ 45%] Building CXX object src/imageformats/CMakeFiles/kimg_rgb.dir/rgb.cpp.o
[2021-01-03T08:50:05.594Z] [ 47%] Building CXX object src/imageformats/CMakeFiles/kimg_ani.dir/ani.cpp.o
[2021-01-03T08:50:05.594Z] [ 48%] Building CXX object src/imageformats/CMakeFiles/kimg_pic.dir/pic.cpp.o
[2021-01-03T08:50:05.856Z] [ 50%] Building CXX object src/imageformats/CMakeFiles/kimg_kra.dir/kra.cpp.o
[2021-01-03T08:50:05.856Z] [ 51%] Building CXX object src/imageformats/CMakeFiles/kimg_tga.dir/tga.cpp.o
[2021-01-03T08:50:06.136Z] [ 52%] Building CXX object src/imageformats/CMakeFiles/kimg_xcf.dir/xcf.cpp.o
[2021-01-03T08:50:06.136Z] Scanning dependencies of target kimg_ora
[2021-01-03T08:50:06.136Z] [ 54%] Building CXX object src/imageformats/CMakeFiles/kimg_ora.dir/kimg_ora_autogen/mocs_compilation.cpp.o
[2021-01-03T08:50:06.717Z] /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp:266:49: error: return type ���class QVariant��� is incomplete
[2021-01-03T08:50:06.717Z] 266 | QVariant ANIHandler::option(ImageOption option) const
[2021-01-03T08:50:06.717Z] | ^~~~~
[2021-01-03T08:50:06.717Z] /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp: In member function ���virtual void ANIHandler::option(QImageIOHandler::ImageOption) const���:
[2021-01-03T08:50:06.717Z] /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp:269:25: error: invalid use of incomplete type ���class QVariant���
[2021-01-03T08:50:06.717Z] 269 | return QVariant();
[2021-01-03T08:50:06.717Z] | ^
[2021-01-03T08:50:06.717Z] In file included from /usr/include/qt5/QtCore/qobject.h:54,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtCore/qiodevice.h:45,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtGui/qimageiohandler.h:44,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtGui/QImageIOPlugin:1,
[2021-01-03T08:50:06.717Z] from /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani_p.h:10,
[2021-01-03T08:50:06.717Z] from /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp:7:
[2021-01-03T08:50:06.717Z] /usr/include/qt5/QtCore/qmetatype.h:2055:1: note: forward declaration of ���class QVariant���
[2021-01-03T08:50:06.717Z] 2055 | QT_FOR_EACH_STATIC_CORE_CLASS(QT_FORWARD_DECLARE_STATIC_TYPES_ITER)
[2021-01-03T08:50:06.717Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-01-03T08:50:06.717Z] /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp:298:21: error: invalid use of incomplete type ���class QVariant���
[2021-01-03T08:50:06.717Z] 298 | return QVariant();
[2021-01-03T08:50:06.717Z] | ^
[2021-01-03T08:50:06.717Z] In file included from /usr/include/qt5/QtCore/qobject.h:54,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtCore/qiodevice.h:45,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtGui/qimageiohandler.h:44,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtGui/QImageIOPlugin:1,
[2021-01-03T08:50:06.717Z] from /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani_p.h:10,
[2021-01-03T08:50:06.717Z] from /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp:7:
[2021-01-03T08:50:06.717Z] /usr/include/qt5/QtCore/qmetatype.h:2055:1: note: forward declaration of ���class QVariant���
[2021-01-03T08:50:06.717Z] 2055 | QT_FOR_EACH_STATIC_CORE_CLASS(QT_FORWARD_DECLARE_STATIC_TYPES_ITER)
[2021-01-03T08:50:06.717Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-01-03T08:50:06.717Z] /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp: In member function ���bool ANIHandler::ensureScanned() const���:
[2021-01-03T08:50:06.717Z] /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp:353:26: error: invalid use of incomplete type ���class QDebug���
[2021-01-03T08:50:06.717Z] 353 | qWarning() << "anih chunk size does not match ANIHEADER size";
[2021-01-03T08:50:06.717Z] | ^
[2021-01-03T08:50:06.717Z] In file included from /usr/include/qt5/QtCore/qglobal.h:1298,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtGui/qtguiglobal.h:43,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtGui/qimageiohandler.h:43,
[2021-01-03T08:50:06.717Z] from /usr/include/qt5/QtGui/QImageIOPlugin:1,
[2021-01-03T08:50:06.717Z] from /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani_p.h:10,
[2021-01-03T08:50:06.717Z] from /home/jenkins/workspace/Frameworks/kimageformats/kf5-qt5 SUSEQt5.14/src/imageformats/ani.cpp:7:
[2021-01-03T08:50:06.717Z] /usr/include/qt5/QtCore/qlogging.h:57:7: note: forward declaration of ���class QDebug���
[2021-01-03T08:50:06.717Z] 57 | class QDebug;
[2021-01-03T08:50:06.717Z] | ^~~~~~
[2021-01-03T08:50:06.975Z] make[2]: *** [src/imageformats/CMakeFiles/kimg_ani.dir/build.make:95: src/imageformats/CMakeFiles/kimg_ani.dir/ani.cpp.o] Error 1
[2021-01-03T08:50:06.975Z] make[1]: *** [CMakeFiles/Makefile2:305: src/imageformats/CMakeFiles/kimg_ani.dir/all] Error 2
[2021-01-03T08:50:06.975Z] make[1]: *** Waiting for unfinished jobs....
[2021-01-03T08:50:06.975Z] [ 55%] Building CXX object src/imageformats/CMakeFiles/kimg_ora.dir/ora.cpp.o
[2021-01-03T08:50:06.975Z] [ 56%] Linking CXX shared module ../../bin/imageformats/kimg_hdr.so
[2021-01-03T08:50:06.975Z] [ 58%] Linking CXX shared module ../../bin/imageformats/kimg_ras.so
[2021-01-03T08:50:07.244Z] [ 59%] Linking CXX shared module ../../bin/imageformats/kimg_psd.so
[2021-01-03T08:50:07.244Z] [ 61%] Linking CXX shared module ../../bin/imageformats/kimg_kra.so
[2021-01-03T08:50:07.512Z] [ 62%] Linking CXX shared module ../../bin/imageformats/kimg_pcx.so
[2021-01-03T08:50:07.512Z] [ 62%] Built target kimg_ras
[2021-01-03T08:50:07.512Z] [ 62%] Built target kimg_hdr
[2021-01-03T08:50:07.512Z] [ 62%] Built target kimg_psd
[2021-01-03T08:50:07.768Z] [ 62%] Built target kimg_kra
[2021-01-03T08:50:07.768Z] [ 62%] Built target kimg_pcx
[2021-01-03T08:50:07.768Z] [ 63%] Linking CXX shared module ../../bin/imageformats/kimg_pic.so
[2021-01-03T08:50:07.768Z] [ 65%] Linking CXX shared module ../../bin/imageformats/kimg_rgb.so
[2021-01-03T08:50:08.024Z] [ 66%] Linking CXX shared module ../../bin/imageformats/kimg_tga.so
[2021-01-03T08:50:08.024Z] [ 66%] Built target kimg_pic
[2021-01-03T08:50:08.024Z] [ 68%] Linking CXX shared module ../../bin/imageformats/kimg_ora.so
[2021-01-03T08:50:08.024Z] [ 68%] Built target kimg_rgb
[2021-01-03T08:50:08.279Z] [ 68%] Built target kimg_tga
[2021-01-03T08:50:08.279Z] [ 68%] Built target kimg_ora
[2021-01-03T08:50:08.838Z] [ 69%] Linking CXX shared module ../../bin/imageformats/kimg_xcf.so
[2021-01-03T08:50:08.838Z] [ 69%] Built target kimg_xcf
[2021-01-03T08:50:08.838Z] make: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-01-03T08:50:08.847Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to