conan-center-index
conan-center-index copied to clipboard
fix bugs in igntion-tools recipe
Specify library name and version: ignition-tools/1.4.0*
Description
-
The current recipe had several issues
- incorrect
Findignition-tools1.cmake
(:x:) generation instead ofFindignition-tools.cmake
(:heavy_check_mark: ) generation - incorrect library component name
ignition-tools1
(:x:) instead ofignition-tools
(:heavy_check_mark: ) - missing
core
library component name - missing various cmake variables for
- incorrect
-
This PR fixes the issues
- [x] I've read the guidelines for contributing.
- [x] I've followed the PEP8 style guides for Python code in the recipes.
- [x] I've used the latest Conan client version.
- [x] I've tried at least one configuration locally with the conan-center hook activated.
Failure in build 1 (755c3649848e9f381e1635f898f1169efb742808
):
-
ignition-tools/1.4.0@:
Error running command
conan info ignition-tools/1.4.0@#17c59a781945eb56ff9b5f6de0367c08 --json {jsonName} -pr {profileName}
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] ignition-tools:shared=False ... ERROR: Failed requirement 'ruby/2.7.0' from 'ignition-tools/1.4.0' ERROR: Unable to find 'ruby/2.7.0' in remotes
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 2 (8d0da44332d2f94135fbbc891d735c54601cbf72
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
c5fe720014d72fb384bcda8d3b42753d81ebd3a2
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] ignition-tools:shared=False
[...] [100%] Built target backward ignition-tools/1.4.0: Package 'c5fe720014d72fb384bcda8d3b42753d81ebd3a2' built ignition-tools/1.4.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/build/c5fe720014d72fb384bcda8d3b42753d81ebd3a2 ignition-tools/1.4.0: Generated conaninfo.txt ignition-tools/1.4.0: Generated conanbuildinfo.txt ignition-tools/1.4.0: Generating the package ignition-tools/1.4.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2 ignition-tools/1.4.0: Calling package() ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/build/c5fe720014d72fb384bcda8d3b42753d81ebd3a2' '--target' 'install' '--' '-j3' ----------------- [100%] Built target backward Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/pkgconfig/ignition-tools.pc -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/cmake/ignition-tools/ignition-tools-config.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/libignition-tools-backward.so -- Set runtime path of "/home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/libignition-tools-backward.so" to "" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/bin/ign [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK ignition-tools/1.4.0 package(): Packaged 1 '.so' file: libignition-tools-backward.so ignition-tools/1.4.0 package(): Packaged 1 '.cmake' file: conan-official-ignition-tools-variables.cmake ignition-tools/1.4.0 package(): Packaged 2 files: LICENSE, ign ignition-tools/1.4.0: Package 'c5fe720014d72fb384bcda8d3b42753d81ebd3a2' created ignition-tools/1.4.0: Created package revision 649d6a7dcf71bb2dccefe2f80741bf09 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_EXPORT_NO_PACKAGE_REGISTRY [HOOK - conan-center.py] post_package_info(): ERROR: [INCLUDE PATH DOES NOT EXIST (KB-H071)] Component ignition-tools::ignition-tools include dir 'include' is listed in the recipe, but not found in package folder. The include dir should probably be fixed or removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H071) [HOOK - conan-center.py] post_package_info(): ERROR: [INCLUDE PATH DOES NOT EXIST (KB-H071)] Component ignition-tools::core include dir 'include' is listed in the recipe, but not found in package folder. The include dir should probably be fixed or removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H071) [HOOK - conan-center.py] post_package_info(): ERROR: [INCLUDE PATH DOES NOT EXIST (KB-H071)] Component ignition-tools::core include dir 'include/ignition/tools' is listed in the recipe, but not found in package folder. The include dir should probably be fixed or removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H071) ERROR: ConanException: [HOOK - conan-center.py] post_package_info(): Some checks failed running the hook, check the output
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 3 (5d4bfefa26082c672ae421420626cfbde4dc073e
):
-
ignition-tools/1.4.0@:
Error running command
conan info ignition-tools/1.4.0@#1f9d861c609d9fdf739547dcdd4de5e0 --json {jsonName} -pr {profileName}
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] ignition-tools:shared=False ... ERROR: Failed requirement 'ruby/2.7.0@ar/thirdparty' from 'ignition-tools/1.4.0' ERROR: Unable to find 'ruby/2.7.0@ar/thirdparty' in remotes
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 4 (746d389f9ebc6ae2f0486efddb458d94bc0af5b5
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
33107fd8e9a78d2a3a16d73b41bbc7f5739562ec
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] ignition-tools:shared=False
[...] ruby/3.1.0: Downloaded recipe revision 600e70fa05a4b49fc2b188f69f634da4 zlib/1.2.12: Not found in local cache, looking in remotes... zlib/1.2.12: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.12: Downloaded recipe revision 3b9e037ae1c615d045a06c67d88491ae gmp/6.1.2: Not found in local cache, looking in remotes... gmp/6.1.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz gmp/6.1.2: Downloaded recipe revision 4c58437512781730a5c74defb4d505bc openssl/1.1.1o: Not found in local cache, looking in remotes... openssl/1.1.1o: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1o: Downloaded recipe revision 213dbdeb846a4b40b4dec36cf2e673d7 ignition-tools/1.4.0: Forced build from source Installing package: ignition-tools/1.4.0 Requirements gmp/6.1.2 from 'conan-center' - Downloaded ignition-tools/1.4.0 from local cache - Cache openssl/1.1.1o from 'conan-center' - Downloaded ruby/3.1.0 from 'conan-center' - Downloaded zlib/1.2.12 from 'conan-center' - Downloaded Packages gmp/6.1.2:f7d295909e4a77ea9afe0e22daa8e7d48da26066 - Missing ignition-tools/1.4.0:33107fd8e9a78d2a3a16d73b41bbc7f5739562ec - Build openssl/1.1.1o:dfbe50feef7f3c6223a476cd5aeadb687084a646 - Download ruby/3.1.0:85ff745423452ec4e6d89e7e9f8a17ee62360862 - Missing zlib/1.2.12:dfbe50feef7f3c6223a476cd5aeadb687084a646 - Download Installing (downloading, building) binaries... ERROR: Missing binary: gmp/6.1.2:f7d295909e4a77ea9afe0e22daa8e7d48da26066 ERROR: Missing binary: ruby/3.1.0:85ff745423452ec4e6d89e7e9f8a17ee62360862 gmp/6.1.2: WARN: Can't find a 'gmp/6.1.2' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=gcc, compiler.libcxx=libstdc++11, compiler.version=11, os=Linux - Options: disable_assembly=True, enable_cxx=True, enable_fat=False, fPIC=True, run_checks=False, shared=False - Dependencies: - Requirements: - Package ID: f7d295909e4a77ea9afe0e22daa8e7d48da26066 ERROR: Missing prebuilt package for 'gmp/6.1.2', 'ruby/3.1.0' Use 'conan search gmp/6.1.2 --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=gmp --build=ruby' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
@uilianries in the error, it seems that ruby/3.1.0
and gmp/6.1.2
conan packages are downloaded but then build cannot find binaries. What am I missing here ?
Failure in build 6 (492fff5df36dc0dd9ae2954a1e55619189274410
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
61b040a609fc39a4deca94c88918f9edb7608014
:[settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] ignition-tools:shared=False
[...] ruby/3.1.0: Downloaded recipe revision 600e70fa05a4b49fc2b188f69f634da4 zlib/1.2.12: Not found in local cache, looking in remotes... zlib/1.2.12: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.12: Downloaded recipe revision 3b9e037ae1c615d045a06c67d88491ae gmp/6.1.2: Not found in local cache, looking in remotes... gmp/6.1.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz gmp/6.1.2: Downloaded recipe revision 4c58437512781730a5c74defb4d505bc openssl/1.1.1o: Not found in local cache, looking in remotes... openssl/1.1.1o: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1o: Downloaded recipe revision 213dbdeb846a4b40b4dec36cf2e673d7 ignition-tools/1.4.0: Forced build from source Installing package: ignition-tools/1.4.0 Requirements gmp/6.1.2 from 'conan-center' - Downloaded ignition-tools/1.4.0 from local cache - Cache openssl/1.1.1o from 'conan-center' - Downloaded ruby/3.1.0 from 'conan-center' - Downloaded zlib/1.2.12 from 'conan-center' - Downloaded Packages gmp/6.1.2:2a8b9fa5e60c204212bbd5b22018f3b31891d192 - Missing ignition-tools/1.4.0:61b040a609fc39a4deca94c88918f9edb7608014 - Build openssl/1.1.1o:be27726f9885116da1158027505be62e913cd585 - Download ruby/3.1.0:3f45b268d8747546c515f3476513cd29a62e390f - Missing zlib/1.2.12:be27726f9885116da1158027505be62e913cd585 - Download Installing (downloading, building) binaries... ERROR: Missing binary: gmp/6.1.2:2a8b9fa5e60c204212bbd5b22018f3b31891d192 ERROR: Missing binary: ruby/3.1.0:3f45b268d8747546c515f3476513cd29a62e390f gmp/6.1.2: WARN: Can't find a 'gmp/6.1.2' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Debug, compiler=gcc, compiler.libcxx=libstdc++11, compiler.version=11, os=Linux - Options: disable_assembly=True, enable_cxx=True, enable_fat=False, fPIC=True, run_checks=False, shared=False - Dependencies: - Requirements: - Package ID: 2a8b9fa5e60c204212bbd5b22018f3b31891d192 ERROR: Missing prebuilt package for 'gmp/6.1.2', 'ruby/3.1.0' Use 'conan search gmp/6.1.2 --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=gmp --build=ruby' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 7 (492fff5df36dc0dd9ae2954a1e55619189274410
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
c5fe720014d72fb384bcda8d3b42753d81ebd3a2
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] ignition-tools:shared=False
[...] [ 50%] Building CXX object source_subfolder/src/CMakeFiles/backward.dir/backward.cc.o [100%] Linking CXX shared library ../../lib/libignition-tools-backward.so [100%] Built target backward ignition-tools/1.4.0: Package 'c5fe720014d72fb384bcda8d3b42753d81ebd3a2' built ignition-tools/1.4.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/build/c5fe720014d72fb384bcda8d3b42753d81ebd3a2 ignition-tools/1.4.0: Generated conaninfo.txt ignition-tools/1.4.0: Generated conanbuildinfo.txt ignition-tools/1.4.0: Generating the package ignition-tools/1.4.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2 ignition-tools/1.4.0: Calling package() ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/build/c5fe720014d72fb384bcda8d3b42753d81ebd3a2' '--target' 'install' '--' '-j3' ----------------- [100%] Built target backward Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/pkgconfig/ignition-tools.pc -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/cmake/ignition-tools/ignition-tools-config.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/libignition-tools-backward.so -- Set runtime path of "/home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/lib/libignition-tools-backward.so" to "" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/c5fe720014d72fb384bcda8d3b42753d81ebd3a2/bin/ign [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK ignition-tools/1.4.0 package(): Packaged 1 '.so' file: libignition-tools-backward.so ignition-tools/1.4.0 package(): Packaged 1 '.cmake' file: conan-official-ignition-tools-variables.cmake ignition-tools/1.4.0 package(): Packaged 2 files: LICENSE, ign ignition-tools/1.4.0: Package 'c5fe720014d72fb384bcda8d3b42753d81ebd3a2' created ignition-tools/1.4.0: Created package revision 3cee76c6345d4a33356008494b89c9ef [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_EXPORT_NO_PACKAGE_REGISTRY [HOOK - conan-center.py] post_package_info(): ERROR: [INCLUDE PATH DOES NOT EXIST (KB-H071)] Component ignition-tools::core include dir 'include' is listed in the recipe, but not found in package folder. The include dir should probably be fixed or removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H071) ERROR: ConanException: [HOOK - conan-center.py] post_package_info(): Some checks failed running the hook, check the output
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 8 (6b5a21a058e7fac9c56e2abd24282c1175b8a56a
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
33107fd8e9a78d2a3a16d73b41bbc7f5739562ec
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] ignition-tools:shared=False
[...] ruby/3.1.0: Downloaded recipe revision 600e70fa05a4b49fc2b188f69f634da4 zlib/1.2.12: Not found in local cache, looking in remotes... zlib/1.2.12: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.12: Downloaded recipe revision 3b9e037ae1c615d045a06c67d88491ae gmp/6.1.2: Not found in local cache, looking in remotes... gmp/6.1.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz gmp/6.1.2: Downloaded recipe revision 4c58437512781730a5c74defb4d505bc openssl/1.1.1o: Not found in local cache, looking in remotes... openssl/1.1.1o: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1o: Downloaded recipe revision 213dbdeb846a4b40b4dec36cf2e673d7 ignition-tools/1.4.0: Forced build from source Installing package: ignition-tools/1.4.0 Requirements gmp/6.1.2 from 'conan-center' - Downloaded ignition-tools/1.4.0 from local cache - Cache openssl/1.1.1o from 'conan-center' - Downloaded ruby/3.1.0 from 'conan-center' - Downloaded zlib/1.2.12 from 'conan-center' - Downloaded Packages gmp/6.1.2:f7d295909e4a77ea9afe0e22daa8e7d48da26066 - Missing ignition-tools/1.4.0:33107fd8e9a78d2a3a16d73b41bbc7f5739562ec - Build openssl/1.1.1o:dfbe50feef7f3c6223a476cd5aeadb687084a646 - Download ruby/3.1.0:85ff745423452ec4e6d89e7e9f8a17ee62360862 - Missing zlib/1.2.12:dfbe50feef7f3c6223a476cd5aeadb687084a646 - Download Installing (downloading, building) binaries... ERROR: Missing binary: gmp/6.1.2:f7d295909e4a77ea9afe0e22daa8e7d48da26066 ERROR: Missing binary: ruby/3.1.0:85ff745423452ec4e6d89e7e9f8a17ee62360862 gmp/6.1.2: WARN: Can't find a 'gmp/6.1.2' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=gcc, compiler.libcxx=libstdc++11, compiler.version=11, os=Linux - Options: disable_assembly=True, enable_cxx=True, enable_fat=False, fPIC=True, run_checks=False, shared=False - Dependencies: - Requirements: - Package ID: f7d295909e4a77ea9afe0e22daa8e7d48da26066 ERROR: Missing prebuilt package for 'gmp/6.1.2', 'ruby/3.1.0' Use 'conan search gmp/6.1.2 --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=gmp --build=ruby' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 9 (a199f37c401925a2a6ba8baf9d79089d897a75dd
):
-
ignition-tools/1.4.0@:
Error running command
conan info ignition-tools/1.4.0@#76f7c45e9308153db6875e61eacba1cc --json {jsonName} -pr {profileName}
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] ignition-tools:shared=False ... ERROR: ignition-tools/1.4.0: Error in validate() method, line 66 if self.settings.compiler == "gcc" and self.settings.compiler.version == "1": ConanException: Invalid setting '1' is not a valid 'settings.compiler.version' value. Possible values are ['4.1', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '5', '5.1', '5.2', '5.3', '5.4', '5.5', '6', '6.1', '6.2', '6.3', '6.4', '6.5', '7', '7.1', '7.2', '7.3', '7.4', '7.5', '8', '8.1', '8.2', '8.3', '8.4', '9', '9.1', '9.2', '9.3', '10', '10.1', '10.2', '10.3', '11', '11.1', '11.2', '12'] Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 11 (5a2203d0fc6069bcd6e3f321aa988510e6794c82
):
-
ignition-tools/1.4.0@:
Error running command
conan info ignition-tools/1.4.0@#f84f216c23b90db4b8787947dd37a8f4 --json {jsonName} -pr {profileName}
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] ignition-tools:shared=False ... ERROR: ignition-tools/1.4.0: Error in validate() method, line 66 if self.settings.compiler == "gcc" and self.settings.compiler.version >= "11": TypeError: '>=' not supported between instances of 'SettingsItem' and 'str'
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 12 (eb98ff04ddb01b8ae5ac963a303bba9923c23ecd
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
c5f08d8c69961ec732777aec9ed728b905acba2e
:[settings] arch=x86_64 build_type=Release compiler=clang compiler.libcxx=libstdc++ compiler.version=12 os=Linux [options] ignition-tools:shared=False
[...] ruby/3.1.0: Downloaded recipe revision 600e70fa05a4b49fc2b188f69f634da4 zlib/1.2.12: Not found in local cache, looking in remotes... zlib/1.2.12: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.12: Downloaded recipe revision 3b9e037ae1c615d045a06c67d88491ae gmp/6.1.2: Not found in local cache, looking in remotes... gmp/6.1.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz gmp/6.1.2: Downloaded recipe revision 4c58437512781730a5c74defb4d505bc openssl/1.1.1o: Not found in local cache, looking in remotes... openssl/1.1.1o: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1o: Downloaded recipe revision 213dbdeb846a4b40b4dec36cf2e673d7 ignition-tools/1.4.0: Forced build from source Installing package: ignition-tools/1.4.0 Requirements gmp/6.1.2 from 'conan-center' - Downloaded ignition-tools/1.4.0 from local cache - Cache openssl/1.1.1o from 'conan-center' - Downloaded ruby/3.1.0 from 'conan-center' - Downloaded zlib/1.2.12 from 'conan-center' - Downloaded Packages gmp/6.1.2:8a903d91ba7e9d055fc8a92a715868caef26deb8 - Missing ignition-tools/1.4.0:c5f08d8c69961ec732777aec9ed728b905acba2e - Build openssl/1.1.1o:cf142e38e022cf2a99aadebfd8f37ead3e935ad7 - Download ruby/3.1.0:01dbec7572ad19b3babd68f65f80b220cdfb923f - Missing zlib/1.2.12:cf142e38e022cf2a99aadebfd8f37ead3e935ad7 - Download Installing (downloading, building) binaries... ERROR: Missing binary: gmp/6.1.2:8a903d91ba7e9d055fc8a92a715868caef26deb8 ERROR: Missing binary: ruby/3.1.0:01dbec7572ad19b3babd68f65f80b220cdfb923f gmp/6.1.2: WARN: Can't find a 'gmp/6.1.2' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=clang, compiler.libcxx=libstdc++, compiler.version=12, os=Linux - Options: disable_assembly=True, enable_cxx=True, enable_fat=False, fPIC=True, run_checks=False, shared=False - Dependencies: - Requirements: - Package ID: 8a903d91ba7e9d055fc8a92a715868caef26deb8 ERROR: Missing prebuilt package for 'gmp/6.1.2', 'ruby/3.1.0' Use 'conan search gmp/6.1.2 --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=gmp --build=ruby' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 13 (5acf4f6fe0cd00fc98f7064c74f2fea5307ad7a0
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
e48eb9731f5a2d6f801ebd6e266fc0dfb6ad1cac
:[settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] ignition-tools:shared=False
[...] zlib/1.2.12: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.12: Downloaded recipe revision 3b9e037ae1c615d045a06c67d88491ae gmp/6.1.2: Not found in local cache, looking in remotes... gmp/6.1.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz gmp/6.1.2: Downloaded recipe revision 4c58437512781730a5c74defb4d505bc openssl/1.1.1o: Not found in local cache, looking in remotes... openssl/1.1.1o: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1o: Downloaded recipe revision 213dbdeb846a4b40b4dec36cf2e673d7 gmp/6.1.2: Compatible package ID e015339a9a3ac8bf77c9ec353a7d27b0aea68291 equal to the default package ID ruby/3.1.0: Compatible package ID 0651acdbfdd9e9d8b0133b8bb44d04a4eb5274a7 equal to the default package ID ignition-tools/1.4.0: Forced build from source Installing package: ignition-tools/1.4.0 Requirements gmp/6.1.2 from 'conan-center' - Downloaded ignition-tools/1.4.0 from local cache - Cache openssl/1.1.1o from 'conan-center' - Downloaded ruby/3.1.0 from 'conan-center' - Downloaded zlib/1.2.12 from 'conan-center' - Downloaded Packages gmp/6.1.2:e015339a9a3ac8bf77c9ec353a7d27b0aea68291 - Missing ignition-tools/1.4.0:e48eb9731f5a2d6f801ebd6e266fc0dfb6ad1cac - Build openssl/1.1.1o:e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc - Download ruby/3.1.0:0651acdbfdd9e9d8b0133b8bb44d04a4eb5274a7 - Missing zlib/1.2.12:e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc - Download Installing (downloading, building) binaries... ERROR: Missing binary: gmp/6.1.2:e015339a9a3ac8bf77c9ec353a7d27b0aea68291 ERROR: Missing binary: ruby/3.1.0:0651acdbfdd9e9d8b0133b8bb44d04a4eb5274a7 gmp/6.1.2: WARN: Can't find a 'gmp/6.1.2' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=apple-clang, compiler.libcxx=libc++, compiler.version=13.0, os=Macos - Options: disable_assembly=True, enable_cxx=True, enable_fat=False, fPIC=True, run_checks=False, shared=False - Dependencies: - Requirements: - Package ID: e015339a9a3ac8bf77c9ec353a7d27b0aea68291 ERROR: Missing prebuilt package for 'gmp/6.1.2', 'ruby/3.1.0' Use 'conan search gmp/6.1.2 --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=gmp --build=ruby' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
All green in build 14 (db3772e8cef947c0413deaeb68ef1a482df2a517
):
- ignition-tools/1.4.0@: All packages built successfully! (All logs)
Hooks produced the following warnings for commit db3772e8cef947c0413deaeb68ef1a482df2a517
ignition-tools/1.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\lib\ignition-tools-backward.dll' links to system library 'dbghelp' but it is not in cpp_info.system_libs.
All green in build 16 (27a7f9759936496a8194b5b1d9e32a962f216f0a
):
- ignition-tools/1.4.0@: All packages built successfully! (All logs)
Hooks produced the following warnings for commit 27a7f9759936496a8194b5b1d9e32a962f216f0a
ignition-tools/1.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\lib\ignition-tools-backward.dll' links to system library 'dbghelp' but it is not in cpp_info.system_libs.
@uilianries how can the lint error be fixed?
@ggulgulia there was a small bug in conan center index linters. Now it's fixed.
All green in build 19 (972cd5a4165f3cabbb6eb292e750f483824a7ba0
):
-
ignition-tools/1.4.0@: All packages built successfully! (All logs)
Result of export using Conan v2 (informative)
We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future. This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this export step will work.
ERROR: Error loading conanfile at '/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py", line 2, in <module> from conans import CMake, ConanFile, tools ImportError: cannot import name 'CMake' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
Hooks produced the following warnings for commit 972cd5a4165f3cabbb6eb292e750f483824a7ba0
ignition-tools/1.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\lib\ignition-tools-backward.dll' links to system library 'dbghelp' but it is not in cpp_info.system_libs.
Failure in build 20 (432f607b94876c0c81533aab54019d7a08a828f2
):
-
ignition-tools/1.4.0@: CI failed to create some packages (All logs)
Logs for packageID
56e0cf6d16ee57367a0661ab743f4e43b29223f8
:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 os=Linux [options] ignition-tools:shared=False
[...] ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/build/56e0cf6d16ee57367a0661ab743f4e43b29223f8' '--' '-j3' ----------------- Scanning dependencies of target backward [ 50%] Building CXX object source_subfolder/src/CMakeFiles/backward.dir/backward.cc.o [100%] Linking CXX shared library ../../lib/libignition-tools-backward.so [100%] Built target backward ignition-tools/1.4.0: Package '56e0cf6d16ee57367a0661ab743f4e43b29223f8' built ignition-tools/1.4.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/build/56e0cf6d16ee57367a0661ab743f4e43b29223f8 ignition-tools/1.4.0: Generated conaninfo.txt ignition-tools/1.4.0: Generated conanbuildinfo.txt ignition-tools/1.4.0: Generating the package ignition-tools/1.4.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/56e0cf6d16ee57367a0661ab743f4e43b29223f8 ignition-tools/1.4.0: Calling package() ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/build/56e0cf6d16ee57367a0661ab743f4e43b29223f8' '--target' 'install' '--' '-j3' ----------------- [100%] Built target backward Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/56e0cf6d16ee57367a0661ab743f4e43b29223f8/lib/pkgconfig/ignition-tools.pc -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/56e0cf6d16ee57367a0661ab743f4e43b29223f8/lib/cmake/ignition-tools/ignition-tools-config.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/56e0cf6d16ee57367a0661ab743f4e43b29223f8/lib/libignition-tools-backward.so -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/ignition-tools/1.4.0/_/_/package/56e0cf6d16ee57367a0661ab743f4e43b29223f8/bin/ign [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK ignition-tools/1.4.0 package(): Packaged 2 files: ign, LICENSE ignition-tools/1.4.0 package(): Packaged 1 '.so' file: libignition-tools-backward.so ignition-tools/1.4.0 package(): Packaged 1 '.cmake' file: conan-official-ignition-tools-variables.cmake ignition-tools/1.4.0: Package '56e0cf6d16ee57367a0661ab743f4e43b29223f8' created ignition-tools/1.4.0: Created package revision 0a96b1656281551d4248effff10d69bc CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_EXPORT_NO_PACKAGE_REGISTRY ERROR: ConanException: ignition-tools/1.4.0 package_info(): Package require 'ruby' declared in components requires but not defined as a recipe requirement
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
All green in build 21 (862cede4146fa1f450cd7e11b45ca91b7c576b74
):
-
ignition-tools/1.4.0@: All packages built successfully! (All logs)
:small_orange_diamond: Informative: This recipe is not ready for Conan v2
We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future. This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this
conan export
step will work. See the recipe migration guide to know more about the changes required.ERROR: Error loading conanfile at '/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py", line 2, in <module> from conans import CMake, ConanFile, tools ImportError: cannot import name 'CMake' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
Hooks produced the following warnings for commit 862cede4146fa1f450cd7e11b45ca91b7c576b74
ignition-tools/1.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libignition-tools-backward.so' links to system library 'm' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\lib\ignition-tools-backward.dll' links to system library 'dbghelp' but it is not in cpp_info.system_libs.
All green in build 22 (7a71c2b866e7f56fd540e76525952b0b4db87e08
):
-
ignition-tools/1.4.0@: All packages built successfully! (All logs)
:small_orange_diamond: Informative: This recipe is not ready for Conan v2
We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future. This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this
conan export
step will work. See the recipe migration guide to know more about the changes required.ERROR: Error loading conanfile at '/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py", line 2, in <module> from conans import CMake, ConanFile, tools ImportError: cannot import name 'CMake' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
Hooks produced the following warnings for commit 7a71c2b866e7f56fd540e76525952b0b4db87e08
ignition-tools/1.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libignition-tools-backward.so' links to system library 'm' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\lib\ignition-tools-backward.dll' links to system library 'dbghelp' but it is not in cpp_info.system_libs.
Failure in build 23 (25ca98cdcc12f4f9016e17ac746029c9d345f66f
):
-
ignition-tools/1.4.0@:
Error running command
conan export recipes/ignition-tools/all/conanfile.py ignition-tools/1.4.0@
:[HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 10.6787109375 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ('CMakeLists.txt', 'patches/**') [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK [HOOK - conan-center.py] pre_export(): [CONFIG.YML HAS NEW VERSION (KB-H052)] OK [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK [HOOK - conan-center.py] pre_export(): ERROR: [TEST PACKAGE FOLDER (KB-H024)] There is no 'test_package' for this recipe (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H024) [HOOK - conan-center.py] pre_export(): WARN: [NO REQUIRED_CONAN_VERSION (KB-H065)] tools.get with strip_root=True is available since Conan 1.33.0. Please add `required_conan_version >= "1.33.0"` ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
Failure in build 24 (645a507a0136d851cf8b65eeee245664f6ca7af7
):
-
ignition-tools/1.4.0@:
Error running command
conan export recipes/ignition-tools/all/conanfile.py ignition-tools/1.4.0@
:[HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 10.6982421875 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ('CMakeLists.txt', 'patches/**') [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK [HOOK - conan-center.py] pre_export(): [CONFIG.YML HAS NEW VERSION (KB-H052)] OK [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK [HOOK - conan-center.py] pre_export(): ERROR: [TEST PACKAGE FOLDER (KB-H024)] There is no 'test_package' for this recipe (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H024) [HOOK - conan-center.py] pre_export(): WARN: [NO REQUIRED_CONAN_VERSION (KB-H065)] tools.get with strip_root=True is available since Conan 1.33.0. Please add `required_conan_version >= "1.33.0"` ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.
All green in build 25 (2efe7cd9e9b7a1c418dcd8c094c6fb56fef6ee61
):
-
ignition-tools/1.4.0@: All packages built successfully! (All logs)
:small_orange_diamond: Informative: This recipe is not ready for Conan v2
We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future. This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this
conan export
step will work. See the recipe migration guide to know more about the changes required.ERROR: Error loading conanfile at '/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py", line 2, in <module> from conans import CMake, ConanFile, tools ImportError: cannot import name 'CMake' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
All green in build 26 (8379fd73c415bebf98be3b408fd4492fb63c2cf2
):
-
ignition-tools/1.4.0@: All packages built successfully! (All logs)
:small_orange_diamond: Informative: This recipe is not ready for Conan v2
We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future. This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this
conan export
step will work. See the recipe migration guide to know more about the changes required.ERROR: Error loading conanfile at '/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod_cci_PR-11309/recipes/ignition-tools/all/conanfile.py", line 2, in <module> from conans import CMake, ConanFile, tools ImportError: cannot import name 'CMake' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)