BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/ki18n/job/kf5-qt5%20AndroidQt5.12/6/
Project: kf5-qt5 AndroidQt5.12
Date of build: Tue, 05 Mar 2019 15:25:26 +0000
Build duration: 42 sec and counting

CONSOLE OUTPUT
[...truncated 242 lines...]
[2019-03-05T15:26:03.142Z]
[2019-03-05T15:26:03.142Z] KF5_HOST_TOOLING
[2019-03-05T15:26:03.142Z]
[2019-03-05T15:26:03.142Z]
[2019-03-05T15:26:03.142Z] -- Build files have been written to: /home/user/workspace/Frameworks/ki18n/kf5-qt5 AndroidQt5.12/build
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compiling)
[Pipeline] sh
[2019-03-05T15:26:05.393Z] + python3 -u ci-tooling/helpers/compile-build.py --product Frameworks --project ki18n --branchGroup kf5-qt5 --platform AndroidQt5.12 --usingInstall /home/user/install-prefix/
[2019-03-05T15:26:05.393Z] Scanning dependencies of target KF5I18n_autogen
[2019-03-05T15:26:05.393Z] Scanning dependencies of target ktranscript_autogen
[2019-03-05T15:26:05.393Z] [ 2%] Automatic MOC for target KF5I18n
[2019-03-05T15:26:05.393Z] [ 5%] Automatic MOC for target ktranscript
[2019-03-05T15:26:05.393Z] [ 5%] Built target KF5I18n_autogen
[2019-03-05T15:26:05.393Z] [ 5%] Built target ktranscript_autogen
[2019-03-05T15:26:05.393Z] Scanning dependencies of target ktranscript
[2019-03-05T15:26:05.393Z] Scanning dependencies of target KF5I18n
[2019-03-05T15:26:05.393Z] [ 14%] Building CXX object src/CMakeFiles/ktranscript.dir/common_helpers.cpp.o
[2019-03-05T15:26:05.393Z] [ 14%] Building CXX object src/CMakeFiles/ktranscript.dir/ktranscript_autogen/mocs_compilation.cpp.o
[2019-03-05T15:26:05.393Z] [ 14%] Building CXX object src/CMakeFiles/ktranscript.dir/ktranscript.cpp.o
[2019-03-05T15:26:05.393Z] [ 17%] Building CXX object src/CMakeFiles/KF5I18n.dir/klocalizedtranslator.cpp.o
[2019-03-05T15:26:05.393Z] [ 20%] Building CXX object src/CMakeFiles/KF5I18n.dir/kuitmarkup.cpp.o
[2019-03-05T15:26:05.393Z] [ 23%] Building CXX object src/CMakeFiles/KF5I18n.dir/klocalizedstring.cpp.o
[2019-03-05T15:26:05.393Z] [ 26%] Building CXX object src/CMakeFiles/KF5I18n.dir/klocalizedcontext.cpp.o
[2019-03-05T15:26:05.393Z] [ 29%] Building CXX object src/CMakeFiles/KF5I18n.dir/kcatalog.cpp.o
[2019-03-05T15:26:05.393Z] [ 32%] Building CXX object src/CMakeFiles/KF5I18n.dir/common_helpers.cpp.o
[2019-03-05T15:26:05.652Z] In file included from /home/user/workspace/Frameworks/ki18n/kf5-qt5 AndroidQt5.12/src/kcatalog.cpp:23:
[2019-03-05T15:26:05.652Z] /home/user/workspace/Frameworks/ki18n/kf5-qt5 AndroidQt5.12/src/gettext.h:115:21: warning: variable length arrays are a C99 feature [-Wvla-extension]
[2019-03-05T15:26:05.652Z] char msg_ctxt_id[msgctxt_len + msgid_len];
[2019-03-05T15:26:05.652Z] ^
[2019-03-05T15:26:05.652Z] /home/user/workspace/Frameworks/ki18n/kf5-qt5 AndroidQt5.12/src/gettext.h:115:21: warning: variable length array used [-Wvla]
[2019-03-05T15:26:05.652Z] /home/user/workspace/Frameworks/ki18n/kf5-qt5 AndroidQt5.12/src/gettext.h:165:21: warning: variable length arrays are a C99 feature [-Wvla-extension]
[2019-03-05T15:26:05.652Z] char msg_ctxt_id[msgctxt_len + msgid_len];
[2019-03-05T15:26:05.652Z] ^
[2019-03-05T15:26:05.652Z] /home/user/workspace/Frameworks/ki18n/kf5-qt5 AndroidQt5.12/src/gettext.h:165:21: warning: variable length array used [-Wvla]
[2019-03-05T15:26:05.652Z] [ 35%] Building CXX object src/CMakeFiles/KF5I18n.dir/main.cpp.o
[2019-03-05T15:26:05.910Z] [ 38%] Building CXX object src/CMakeFiles/KF5I18n.dir/KF5I18n_autogen/mocs_compilation.cpp.o
[2019-03-05T15:26:06.167Z] /home/user/workspace/Frameworks/ki18n/kf5-qt5 AndroidQt5.12/src/klocalizedstring.cpp:149:45: error: no matching member function for call to 'replace'
[2019-03-05T15:26:06.167Z] appendLocaleString(languages, value.replace(QLatin1Char('-'), QLatin1Char('_')));
[2019-03-05T15:26:06.167Z] ~~~~~~^~~~~~~
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:494:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(QChar before, QChar after, Qt::CaseSensitivity cs = Qt::CaseSensitive);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:501:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(QChar c, const QString &after, Qt::CaseSensitivity cs = Qt::CaseSensitive);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:502:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(QChar c, QLatin1String after, Qt::CaseSensitivity cs = Qt::CaseSensitive);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:496:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(QLatin1String before, QLatin1String after, Qt::CaseSensitivity cs = Qt::CaseSensitive);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:497:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(QLatin1String before, const QString &after, Qt::CaseSensitivity cs = Qt::CaseSensitive);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:498:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(const QString &before, QLatin1String after, Qt::CaseSensitivity cs = Qt::CaseSensitive);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:499:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(const QString &before, const QString &after,
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:504:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(const QRegExp &rx, const QString &after);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:509:14: note: candidate function not viable: 'this' argument has type 'const QString', but method is not marked const
[2019-03-05T15:26:06.167Z] QString &replace(const QRegularExpression &re, const QString &after);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:491:14: note: candidate function not viable: requires 3 arguments, but 2 were provided
[2019-03-05T15:26:06.167Z] QString &replace(int i, int len, QChar after);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:493:14: note: candidate function not viable: requires 3 arguments, but 2 were provided
[2019-03-05T15:26:06.167Z] QString &replace(int i, int len, const QString &after);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:492:14: note: candidate function not viable: requires 4 arguments, but 2 were provided
[2019-03-05T15:26:06.167Z] QString &replace(int i, int len, const QChar *s, int slen);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] /opt/Qt/5.12.1/android_armv7/include/QtCore/qstring.h:495:14: note: candidate function not viable: requires at least 4 arguments, but 2 were provided
[2019-03-05T15:26:06.167Z] QString &replace(const QChar *before, int blen, const QChar *after, int alen, Qt::CaseSensitivity cs = Qt::CaseSensitive);
[2019-03-05T15:26:06.167Z] ^
[2019-03-05T15:26:06.167Z] 1 error generated.
[2019-03-05T15:26:06.167Z] src/CMakeFiles/KF5I18n.dir/build.make:62: recipe for target 'src/CMakeFiles/KF5I18n.dir/klocalizedstring.cpp.o' failed
[2019-03-05T15:26:06.167Z] make[2]: *** [src/CMakeFiles/KF5I18n.dir/klocalizedstring.cpp.o] Error 1
[2019-03-05T15:26:06.167Z] make[2]: *** Waiting for unfinished jobs....
[2019-03-05T15:26:06.424Z] 4 warnings generated.
[2019-03-05T15:26:06.424Z] [ 41%] Linking CXX shared module ../bin/ktranscript.so
[2019-03-05T15:26:06.681Z] [ 41%] Built target ktranscript
[2019-03-05T15:26:07.242Z] CMakeFiles/Makefile2:195: recipe for target 'src/CMakeFiles/KF5I18n.dir/all' failed
[2019-03-05T15:26:07.242Z] make[1]: *** [src/CMakeFiles/KF5I18n.dir/all] Error 2
[2019-03-05T15:26:07.242Z] Makefile:140: recipe for target 'all' failed
[2019-03-05T15:26:07.242Z] make: *** [all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2019-03-05T15:26:07.916Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to