BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks%20sonnet%20kf5-qt5%20SUSEQt5.7/12/
Project: Frameworks sonnet kf5-qt5 SUSEQt5.7
Date of build: Sat, 23 Dec 2017 15:44:48 +0000
Build duration: 54 sec and counting

CONSOLE OUTPUT
[...truncated 134.35 KB...]
[ 37%] Building CXX object autotests/CMakeFiles/sonnet-test_filter.dir/test_filter.cpp.o
[ 38%] Building CXX object autotests/CMakeFiles/sonnet-test_filter.dir/sonnet-test_filter_autogen/mocs_compilation.cpp.o
Generating MOC source include/moc_configdialog.cpp
Generating MOC source include/moc_dictionarycombobox.cpp
Generating MOC source EWIEGA46WW/moc_configwidget.cpp
Generating MOC source EWIEGA46WW/moc_dialog.cpp
Generating MOC source EWIEGA46WW/moc_highlighter.cpp
Generating MOC source EWIEGA46WW/moc_spellcheckdecorator.cpp
Generating MOC compilation mocs_compilation.cpp
[ 38%] Built target KF5SonnetUi_autogen
[ 39%] Building CXX object src/plugins/hunspell/CMakeFiles/sonnet_hunspell.dir/hunspelldict.cpp.o
Scanning dependencies of target sonnet-test_suggest
[ 40%] Building CXX object autotests/CMakeFiles/sonnet-test_suggest.dir/test_suggest.cpp.o
[ 42%] Linking CXX executable ../bin/sonnet-test_filter
[ 43%] Building CXX object autotests/CMakeFiles/sonnet-test_settings.dir/sonnet-test_settings_autogen/mocs_compilation.cpp.o
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp: In member function 'virtual bool HunspellDict::isCorrect(const QString&) const':
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp:99:67: warning: 'int Hunspell::spell(const char*, int*, char**)' is deprecated [-Wdeprecated-declarations]
int result = m_speller->spell(toDictEncoding(word).constData());
^
In file included from /home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.h:25:0,
from /home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp:21:
/usr/include/hunspell/hunspell.hxx:131:20: note: declared here
H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL);
^~~~~
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp: In member function 'virtual QStringList HunspellDict::suggest(const QString&) const':
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp:111:81: warning: 'int Hunspell::suggest(char***, const char*)' is deprecated [-Wdeprecated-declarations]
int nbWord = m_speller->suggest(&selection, toDictEncoding(word).constData());
^
In file included from /home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.h:25:0,
from /home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp:21:
/usr/include/hunspell/hunspell.hxx:141:20: note: declared here
H_DEPRECATED int suggest(char*** slst, const char* word);
^~~~~~~
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp:115:44: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations]
m_speller->free_list(&selection, nbWord);
^
In file included from /home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.h:25:0,
from /home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/src/plugins/hunspell/hunspelldict.cpp:21:
/usr/include/hunspell/hunspell.hxx:155:21: note: declared here
H_DEPRECATED void free_list(char*** slst, int n);
^~~~~~~~~
[ 43%] Built target sonnet-test_filter
Scanning dependencies of target gentrigrams
[ 44%] Building CXX object data/CMakeFiles/gentrigrams.dir/gentrigrams.cpp.o
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp: In member function 'void SuggestTest::aspell_english_data()':
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:49:12: error: 'addRow' is not a member of 'QTest'
QTest::addRow("hello") << QStringLiteral("hello") << true << QStringList();
^~~~~~
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:49:12: note: suggested alternative: 'newRow'
QTest::addRow("hello") << QStringLiteral("hello") << true << QStringList();
^~~~~~
newRow
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:50:12: error: 'addRow' is not a member of 'QTest'
QTest::addRow("helo") << QStringLiteral("helo") << false << QStringList{QStringLiteral("hello"), QStringLiteral("hell"), QStringLiteral("help")};
^~~~~~
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:50:12: note: suggested alternative: 'newRow'
QTest::addRow("helo") << QStringLiteral("helo") << false << QStringList{QStringLiteral("hello"), QStringLiteral("hell"), QStringLiteral("help")};
^~~~~~
newRow
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:51:12: error: 'addRow' is not a member of 'QTest'
QTest::addRow("enviroment") << QStringLiteral("enviroment") << false << QStringList{QStringLiteral("environment")};
^~~~~~
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:51:12: note: suggested alternative: 'newRow'
QTest::addRow("enviroment") << QStringLiteral("enviroment") << false << QStringList{QStringLiteral("environment")};
^~~~~~
newRow
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:52:12: error: 'addRow' is not a member of 'QTest'
QTest::addRow("guvernment") << QStringLiteral("guvernment") << false << QStringList{QStringLiteral("government")};
^~~~~~
/home/jenkins/workspace/Frameworks sonnet kf5-qt5 SUSEQt5.7/autotests/test_suggest.cpp:52:12: note: suggested alternative: 'newRow'
QTest::addRow("guvernment") << QStringLiteral("guvernment") << false << QStringList{QStringLiteral("government")};
^~~~~~
newRow
[ 45%] Linking CXX executable ../bin/sonnet-test_settings
make[2]: *** [autotests/CMakeFiles/sonnet-test_suggest.dir/build.make:63: autotests/CMakeFiles/sonnet-test_suggest.dir/test_suggest.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:583: autotests/CMakeFiles/sonnet-test_suggest.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 46%] Building CXX object src/plugins/hunspell/CMakeFiles/sonnet_hunspell.dir/hunspelldebug.cpp.o
[ 48%] Building CXX object autotests/CMakeFiles/sonnet-test_core.dir/sonnet-test_core_autogen/mocs_compilation.cpp.o
[ 49%] Building CXX object data/CMakeFiles/gentrigrams.dir/gentrigrams_autogen/mocs_compilation.cpp.o
[ 50%] Building CXX object src/plugins/hunspell/CMakeFiles/sonnet_hunspell.dir/sonnet_hunspell_autogen/mocs_compilation.cpp.o
[ 50%] Built target sonnet-test_settings
[ 51%] Linking CXX executable ../bin/gentrigrams
[ 53%] Linking CXX executable ../bin/sonnet-test_core
[ 53%] Built target gentrigrams
[ 53%] Built target sonnet-test_core
[ 54%] Linking CXX shared module ../../../bin/sonnet_hunspell.so
[ 54%] Built target sonnet_hunspell
make: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] sh
[Frameworks sonnet kf5-qt5 SUSEQt5.7] Running shell script
+ python3 -u ci-tooling/helpers/capture-workspace.py --environment production
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to