BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/kimageformats/job/kf5-qt5%20AndroidQt5.15/69/
Project: kf5-qt5 AndroidQt5.15
Date of build: Sat, 19 Jun 2021 18:05:57 +0000
Build duration: 28 sec and counting


CONSOLE OUTPUT
[...truncated 368 lines...]
[2021-06-19T18:06:24.786Z] [ 68%] Building CXX object src/imageformats/CMakeFiles/kimg_psd.dir/psd.cpp.o
[2021-06-19T18:06:24.786Z] [ 69%] Building CXX object autotests/CMakeFiles/pictest.dir/pictest.cpp.o
[2021-06-19T18:06:24.786Z] Scanning dependencies of target anitest
[2021-06-19T18:06:24.786Z] [ 70%] Building CXX object autotests/CMakeFiles/anitest.dir/anitest_autogen/mocs_compilation.cpp.o
[2021-06-19T18:06:24.786Z] Scanning dependencies of target writetest
[2021-06-19T18:06:24.786Z] [ 72%] Building CXX object autotests/CMakeFiles/writetest.dir/writetest_autogen/mocs_compilation.cpp.o
[2021-06-19T18:06:24.786Z] [ 73%] Building CXX object autotests/CMakeFiles/anitest.dir/anitest.cpp.o
[2021-06-19T18:06:24.786Z] 1 warning generated.
[2021-06-19T18:06:24.786Z] [ 75%] Linking CXX shared module ../../lib/imageformats/kimg_hdr_armeabi-v7a.so
[2021-06-19T18:06:24.786Z] [ 76%] Building CXX object autotests/CMakeFiles/writetest.dir/writetest.cpp.o
[2021-06-19T18:06:24.786Z] 2 warnings generated.
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:36:22: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions]
[2021-06-19T18:06:24.786Z] unsigned int next = *seed;
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:37:13: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions]
[2021-06-19T18:06:24.786Z] int result = 0;
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:39:9: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions]
[2021-06-19T18:06:24.786Z] next *= 1103515245;
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:34:26: error: constexpr function never produces a constant _expression_ [-Winvalid-constexpr]
[2021-06-19T18:06:24.786Z] static constexpr int rand_r(unsigned int *seed)
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:39:14: note: subexpression not valid in a constant _expression_
[2021-06-19T18:06:24.786Z] next *= 1103515245;
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:61:22: warning: variable declaration in a constexpr constructor is a C++14 extension [-Wc++14-extensions]
[2021-06-19T18:06:24.786Z] unsigned int next = RANDOM_SEED;
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:63:9: error: statement not allowed in constexpr constructor
[2021-06-19T18:06:24.786Z] for (int i = 0; i < RANDOM_TABLE_SIZE; i++) {
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:381:34: error: no matching constructor for initialization of 'const (anonymous namespace)::RandomTable'
[2021-06-19T18:06:24.786Z] static constexpr RandomTable randomTable{};
[2021-06-19T18:06:24.786Z] ^ ~~
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:32:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 0 were provided
[2021-06-19T18:06:24.786Z] struct RandomTable {
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:32:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 0 were provided
[2021-06-19T18:06:24.786Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:444:39: error: no matching constructor for initialization of 'const (anonymous namespace)::RandomTable'
[2021-06-19T18:06:24.786Z] constexpr RandomTable XCFImageFormat::randomTable;
[2021-06-19T18:06:24.786Z] ^
[2021-06-19T18:06:24.787Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:32:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 0 were provided
[2021-06-19T18:06:24.787Z] struct RandomTable {
[2021-06-19T18:06:24.787Z] ^
[2021-06-19T18:06:24.787Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:32:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 0 were provided
[2021-06-19T18:06:24.787Z] [ 77%] Linking CXX shared module ../../lib/imageformats/kimg_pcx_armeabi-v7a.so
[2021-06-19T18:06:24.787Z] [ 79%] Linking CXX shared module ../../lib/imageformats/kimg_kra_armeabi-v7a.so
[2021-06-19T18:06:24.787Z] [ 79%] Built target kimg_hdr
[2021-06-19T18:06:24.787Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:1254:29: warning: cast from 'uchar *' (aka 'unsigned char *') to 'QRgb *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
[2021-06-19T18:06:24.787Z] QRgb *dataPtr = (QRgb *)(bits + y * bytesPerLine);
[2021-06-19T18:06:24.787Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-06-19T18:06:24.787Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/xcf.cpp:1264:29: warning: cast from 'uchar *' (aka 'unsigned char *') to 'QRgb *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
[2021-06-19T18:06:24.787Z] QRgb *dataPtr = (QRgb *)(bits + y * bytesPerLine);
[2021-06-19T18:06:24.787Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2021-06-19T18:06:25.044Z] Scanning dependencies of target imageconverter
[2021-06-19T18:06:25.044Z] [ 79%] Built target kimg_pcx
[2021-06-19T18:06:25.044Z] [ 80%] Building CXX object tests/CMakeFiles/imageconverter.dir/imageconverter_autogen/mocs_compilation.cpp.o
[2021-06-19T18:06:25.044Z] [ 80%] Built target kimg_kra
[2021-06-19T18:06:25.044Z] [ 81%] Building CXX object tests/CMakeFiles/imageconverter.dir/imageconverter.cpp.o
[2021-06-19T18:06:25.044Z] /home/user/workspace/Frameworks/kimageformats/kf5-qt5 AndroidQt5.15/src/imageformats/tga.cpp:328:26: warning: cast from 'uchar *' (aka 'unsigned char *') to 'QRgb *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
[2021-06-19T18:06:25.044Z] QRgb *scanline = (QRgb *)img.scanLine(y);
[2021-06-19T18:06:25.044Z] ^~~~~~~~~~~~~~~~~~~~~~~
[2021-06-19T18:06:25.044Z] Scanning dependencies of target imagedump
[2021-06-19T18:06:25.044Z] [ 83%] Building CXX object tests/CMakeFiles/imagedump.dir/imagedump_autogen/mocs_compilation.cpp.o
[2021-06-19T18:06:25.044Z] [ 84%] Building CXX object tests/CMakeFiles/imagedump.dir/imagedump.cpp.o
[2021-06-19T18:06:25.044Z] 6 warnings and 4 errors generated.
[2021-06-19T18:06:25.044Z] make[2]: *** [src/imageformats/CMakeFiles/kimg_xcf.dir/build.make:95: src/imageformats/CMakeFiles/kimg_xcf.dir/xcf.cpp.o] Error 1
[2021-06-19T18:06:25.044Z] make[1]: *** [CMakeFiles/Makefile2:658: src/imageformats/CMakeFiles/kimg_xcf.dir/all] Error 2
[2021-06-19T18:06:25.044Z] make[1]: *** Waiting for unfinished jobs....
[2021-06-19T18:06:25.044Z] [ 86%] Linking CXX shared module ../../lib/imageformats/kimg_pic_armeabi-v7a.so
[2021-06-19T18:06:25.044Z] [ 87%] Linking CXX shared module ../../lib/imageformats/kimg_eps_armeabi-v7a.so
[2021-06-19T18:06:25.044Z] [ 87%] Built target kimg_pic
[2021-06-19T18:06:25.044Z] [ 87%] Built target kimg_eps
[2021-06-19T18:06:25.044Z] 1 warning generated.
[2021-06-19T18:06:25.303Z] [ 88%] Linking CXX shared module ../../lib/imageformats/kimg_tga_armeabi-v7a.so
[2021-06-19T18:06:25.303Z] [ 88%] Built target kimg_tga
[2021-06-19T18:06:25.560Z] [ 90%] Linking CXX executable ../bin/readtest
[2021-06-19T18:06:25.560Z] [ 90%] Built target readtest
[2021-06-19T18:06:25.816Z] [ 91%] Linking CXX executable ../bin/writetest
[2021-06-19T18:06:25.816Z] [ 93%] Linking CXX shared module ../../lib/imageformats/kimg_psd_armeabi-v7a.so
[2021-06-19T18:06:25.816Z] [ 93%] Built target writetest
[2021-06-19T18:06:25.816Z] [ 93%] Built target kimg_psd
[2021-06-19T18:06:25.816Z] [ 94%] Linking CXX executable ../bin/pictest
[2021-06-19T18:06:25.816Z] [ 95%] Linking CXX executable ../bin/imagedump
[2021-06-19T18:06:25.816Z] [ 95%] Built target pictest
[2021-06-19T18:06:25.816Z] [ 95%] Built target imagedump
[2021-06-19T18:06:25.816Z] [ 97%] Linking CXX executable ../bin/imageconverter
[2021-06-19T18:06:25.816Z] [ 97%] Built target imageconverter
[2021-06-19T18:06:26.073Z] [ 98%] Linking CXX executable ../bin/anitest
[2021-06-19T18:06:26.073Z] [ 98%] Built target anitest
[2021-06-19T18:06:26.073Z] make: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-06-19T18:06:26.083Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to