See <http://build.kde.org/job/sonnet_master_qt5/57/changes>
Changes: [martin.sandsmark] adjust minimum text length for trigram detection [martin.sandsmark] automatically create a default highlighter on spellcheckdecorator creation [martin.sandsmark] move suggest benchmark to autotests [martin.sandsmark] create separate examples folder ------------------------------------------ [...truncated 22 lines...] > git rev-parse --is-inside-work-tree Fetching changes from the remote Git repository > git config remote.origin.url git://anongit.kde.org/sonnet Fetching upstream changes from git://anongit.kde.org/sonnet > git --version > git fetch --tags --progress git://anongit.kde.org/sonnet > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/refs/heads/jenkins^{commit} > git rev-parse refs/heads/jenkins^{commit} Checking out Revision c16e06a8355ba0e5ad539fdce5d4fb2039f957a9 (refs/heads/jenkins) > git config core.sparsecheckout > git checkout -f c16e06a8355ba0e5ad539fdce5d4fb2039f957a9 > git rev-list cef2717fc4f79112efabedbf1fde039085f0cf98 > git tag -a -f -m Jenkins Build #57 jenkins-sonnet_master_qt5-57 Run condition [File exists] enabling prebuild for step [Publish JUnit test result report] Run condition [File exists] enabling prebuild for step [Publish Cppcheck results] [sonnet_master_qt5] $ /bin/sh -xe /tmp/hudson5336914133674540027.sh + /home/jenkins/scripts/execute-job.sh KDE Continuous Integration Build == Building Project: sonnet - Branch master == Build Dependencies: ==== cmake - Branch master ==== qt5 - Branch stable ==== extra-cmake-modules - Branch master == Applying Patches === No patches to apply == Syncing Dependencies from Master Server == Configuring Build -- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /home/jenkins/bin/cc -- Check for working C compiler: /home/jenkins/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /home/jenkins/bin/c++ -- Check for working CXX compiler: /home/jenkins/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success CMake Warning (dev) at src/core/CMakeLists.txt:1 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The following variable(s) would be set to empty: PROJECT_VERSION PROJECT_VERSION_MAJOR PROJECT_VERSION_MINOR PROJECT_VERSION_PATCH This warning is for project developers. Use -Wno-dev to suppress it. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success CMake Warning (dev) at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/kdesupport/extra-cmake-modules/inst/share/ECM/modules/ECMGeneratePriFile.cmake:150 (file): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: 'QT.@PRI_TARGET_BASENAME@.VERSION = @PROJECT_VERSION_STRING@ QT.@PRI_TARGET_BASENAME@.MAJOR_VERSION = @PROJECT_VERSION_MAJOR@ QT.@PRI_TARGET_BASENAME@.MINOR_VERSION = @PROJECT_VERSION_MINOR@ QT.@PRI_TARGET_BASENAME@.PATCH_VERSION = @PROJECT_VERSION_PATCH@ QT.@PRI_TARGET_BASENAME@.name = @PRI_TARGET_LIBNAME@ QT.@PRI_TARGET_BASENAME@.defines = @PRI_TARGET_DEFINES@ QT.@PRI_TARGET_BASENAME@.includes = @PRI_TARGET_INCLUDES@ QT.@PRI_TARGET_BASENAME@.private_includes = QT.@PRI_TARGET_BASENAME@.libs = @PRI_TARGET_LIBS@ QT.@PRI_TARGET_BASENAME@.depends = @PRI_TARGET_QTDEPS@ ' the old evaluation rules produce: 'QT.SonnetCore.VERSION = 4.99.0 QT.SonnetCore.MAJOR_VERSION = 4 QT.SonnetCore.MINOR_VERSION = 99 QT.SonnetCore.PATCH_VERSION = 0 QT.SonnetCore.name = KF5SonnetCore QT.SonnetCore.defines = QT.SonnetCore.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/sonnet/inst/include/KF5/SonnetCore QT.SonnetCore.private_includes = QT.SonnetCore.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/sonnet/inst/lib64 QT.SonnetCore.depends = core ' but the new evaluation rules produce: 'QT.@PRI_TARGET_BASENAME@.VERSION = @PROJECT_VERSION_STRING@ QT.@PRI_TARGET_BASENAME@.MAJOR_VERSION = @PROJECT_VERSION_MAJOR@ QT.@PRI_TARGET_BASENAME@.MINOR_VERSION = @PROJECT_VERSION_MINOR@ QT.@PRI_TARGET_BASENAME@.PATCH_VERSION = @PROJECT_VERSION_PATCH@ QT.@PRI_TARGET_BASENAME@.name = @PRI_TARGET_LIBNAME@ QT.@PRI_TARGET_BASENAME@.defines = @PRI_TARGET_DEFINES@ QT.@PRI_TARGET_BASENAME@.includes = @PRI_TARGET_INCLUDES@ QT.@PRI_TARGET_BASENAME@.private_includes = QT.@PRI_TARGET_BASENAME@.libs = @PRI_TARGET_LIBS@ QT.@PRI_TARGET_BASENAME@.depends = @PRI_TARGET_QTDEPS@ ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): src/core/CMakeLists.txt:54 (ecm_generate_pri_file) This warning is for project developers. Use -Wno-dev to suppress it. -- Found ASPELL: /usr/lib64/libaspell.so -- Could NOT find HSPELL (missing: HSPELL_LIBRARIES HSPELL_INCLUDE_DIR) -- Found HUNSPELL: /usr/lib64/libhunspell-1.3.so CMake Warning (dev) at src/ui/CMakeLists.txt:1 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The following variable(s) would be set to empty: PROJECT_VERSION PROJECT_VERSION_MAJOR PROJECT_VERSION_MINOR PROJECT_VERSION_PATCH This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/kdesupport/extra-cmake-modules/inst/share/ECM/modules/ECMGeneratePriFile.cmake:150 (file): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: 'QT.@PRI_TARGET_BASENAME@.VERSION = @PROJECT_VERSION_STRING@ QT.@PRI_TARGET_BASENAME@.MAJOR_VERSION = @PROJECT_VERSION_MAJOR@ QT.@PRI_TARGET_BASENAME@.MINOR_VERSION = @PROJECT_VERSION_MINOR@ QT.@PRI_TARGET_BASENAME@.PATCH_VERSION = @PROJECT_VERSION_PATCH@ QT.@PRI_TARGET_BASENAME@.name = @PRI_TARGET_LIBNAME@ QT.@PRI_TARGET_BASENAME@.defines = @PRI_TARGET_DEFINES@ QT.@PRI_TARGET_BASENAME@.includes = @PRI_TARGET_INCLUDES@ QT.@PRI_TARGET_BASENAME@.private_includes = QT.@PRI_TARGET_BASENAME@.libs = @PRI_TARGET_LIBS@ QT.@PRI_TARGET_BASENAME@.depends = @PRI_TARGET_QTDEPS@ ' the old evaluation rules produce: 'QT.SonnetUi.VERSION = 4.99.0 QT.SonnetUi.MAJOR_VERSION = 4 QT.SonnetUi.MINOR_VERSION = 99 QT.SonnetUi.PATCH_VERSION = 0 QT.SonnetUi.name = KF5SonnetUi QT.SonnetUi.defines = QT.SonnetUi.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/sonnet/inst/include/KF5/SonnetUi QT.SonnetUi.private_includes = QT.SonnetUi.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/sonnet/inst/lib64 QT.SonnetUi.depends = widgets ' but the new evaluation rules produce: 'QT.@PRI_TARGET_BASENAME@.VERSION = @PROJECT_VERSION_STRING@ QT.@PRI_TARGET_BASENAME@.MAJOR_VERSION = @PROJECT_VERSION_MAJOR@ QT.@PRI_TARGET_BASENAME@.MINOR_VERSION = @PROJECT_VERSION_MINOR@ QT.@PRI_TARGET_BASENAME@.PATCH_VERSION = @PROJECT_VERSION_PATCH@ QT.@PRI_TARGET_BASENAME@.name = @PRI_TARGET_LIBNAME@ QT.@PRI_TARGET_BASENAME@.defines = @PRI_TARGET_DEFINES@ QT.@PRI_TARGET_BASENAME@.includes = @PRI_TARGET_INCLUDES@ QT.@PRI_TARGET_BASENAME@.private_includes = QT.@PRI_TARGET_BASENAME@.libs = @PRI_TARGET_LIBS@ QT.@PRI_TARGET_BASENAME@.depends = @PRI_TARGET_QTDEPS@ ' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): src/ui/CMakeLists.txt:73 (ecm_generate_pri_file) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at CMakeLists.txt:42 (add_subdirectory): The source directory <http://build.kde.org/job/sonnet_master_qt5/ws/tests> does not contain a CMakeLists.txt file. CMake Warning (dev) at data/CMakeLists.txt:1 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The following variable(s) would be set to empty: PROJECT_VERSION PROJECT_VERSION_MAJOR PROJECT_VERSION_MINOR PROJECT_VERSION_PATCH This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at data/CMakeLists.txt:9 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "parsetrigrams". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate. Call Stack (most recent call first): data/CMakeLists.txt:18 (create_trigrams_map) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error: Could not get source file entry for <http://build.kde.org/job/sonnet_master_qt5/ws/build/data/CMakeFiles/trigrams_sonnet> -- -- The following OPTIONAL packages have been found: * ASPELL , Spell checking support via Aspell , <http://aspell.net/> * HUNSPELL , Spell checking support via Hunspell , <http://hunspell.sourceforge.net/> -- The following REQUIRED packages have been found: * Qt5Core (required version >= 5.2.0) * ECM (required version >= 0.0.13) * Qt5Gui (required version >= 5.3.1) * Qt5Widgets * Qt5 (required version >= 5.2.0) * Qt5Test (required version >= 5.2.0) -- The following OPTIONAL packages have not been found: * HSPELL , Spell checking support for Hebrew , <http://ivrix.org.il/projects/spell-checker/> -- Configuring incomplete, errors occurred! See also "<http://build.kde.org/job/sonnet_master_qt5/ws/build/CMakeFiles/CMakeOutput.log".> Configure step exited with non-zero code, assuming failure to configure for project sonnet. Build step 'Execute shell' marked build as failure [File exists] check if file exists [build/JUnitTestResults.xml] Run condition [File exists] preventing perform for step [Publish JUnit test result report] [File exists] check if file exists [build/cppcheck.xml] Run condition [File exists] preventing perform for step [Publish Cppcheck results] [WARNINGS] Skipping publisher since build result is FAILURE _______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel