Igor Sapego created IGNITE-20129:
------------------------------------
Summary: Gradle build fails on some agents because of the invalid
CMake config
Key: IGNITE-20129
URL: https://issues.apache.org/jira/browse/IGNITE-20129
Project: Ignite
Issue Type: Bug
Components: build, platforms
Reporter: Igor Sapego
Assignee: Igor Sapego
Fix For: 3.0.0-beta2
Here is an example of a failing build:
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_BuildApacheIgnite/7405565?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true
{noformat}
Task :platforms:cmakeConfigureOdbc FAILED
:platforms:cmakeConfigureOdbc
CMakePlugin.cmakeConfigure - ERRORS:
gtest/1.12.1: WARN: Package binary is corrupted, removing:
fad4f20dcccb91f288c5e1c3c6370be311eb3026
gtest/1.12.1: WARN: Build folder is dirty, removing it:
/opt/buildagent/.conan/data/gtest/1.12.1/_/_/build/fad4f20dcccb91f288c5e1c3c6370be311eb3026
gtest/1.12.1: WARN: Using the new toolchains and generators without specifying
a build profile (e.g: -pr:b=default) is discouraged and might cause failures
and unexpected behavior
ERROR: gtest/1.12.1: Error in generate() method, line 122
tc.generate()
TemplateAssertionError: no test named 'boolean'
CMake Error at cmake/conan.cmake:651 (message):
Execution failed for task ':platforms:cmakeConfigureOdbc'.
org.gradle.api.GradleException: [cmakeConfigureOdbc]Error: CMAKE returned 1
Conan install failed='1'
Call Stack (most recent call first):
CMakeLists.txt:75 (conan_cmake_install)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)