conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
921 stars 1.66k forks source link

toml11: add version 4.0.1 #24357

Closed toge closed 1 week ago

toge commented 2 weeks ago

Summary

Changes to recipe: toml11/4.0.1

Motivation

Details

https://github.com/ToruNiina/toml11/compare/v3.8.1...v4.0.1


conan-center-bot commented 2 weeks ago

Conan v1 pipeline :x:

Failure in build 1 (ba6a29b2d74265ed9f1c72b577c0ef9b28891009):


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.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details: Failure in build 1 (`ba6a29b2d74265ed9f1c72b577c0ef9b28891009`): * **toml11/3.7.0:** Didn't run or was cancelled before finishing * **toml11/3.4.0:** Didn't run or was cancelled before finishing * **toml11/3.8.0:** Didn't run or was cancelled before finishing * **toml11/4.0.0:** CI failed to create some packages ([All logs](https://c3i.jfrog.io/c3i/misc-v2/summary.html?json=https://c3i.jfrog.io/c3i/misc-v2/logs/pr/24357/1-linux-gcc/toml11/4.0.0//summary.json))
Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709: ``` [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux ``` ``` [...] toml11/4.0.0 (test package): Running CMake.build() toml11/4.0.0 (test package): RUN: cmake --build "/home/conan/workspace/prod-v2/bsr/cci-71a3b250/recipes/toml11/all/test_package/build/gcc-11-x86_64-17-release" -- -j3 Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o In file included from /usr/include/x86_64-linux-gnu/sys/types.h:222, from /usr/include/stdlib.h:314, from /usr/local/include/c++/11.4.0/cstdlib:75, from /usr/local/include/c++/11.4.0/ext/string_conversions.h:41, from /usr/local/include/c++/11.4.0/bits/basic_string.h:6608, from /usr/local/include/c++/11.4.0/string:55, from /usr/local/include/c++/11.4.0/bits/locale_classes.h:40, from /usr/local/include/c++/11.4.0/bits/ios_base.h:41, from /usr/local/include/c++/11.4.0/ios:42, from /usr/local/include/c++/11.4.0/ostream:38, from /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/impl/color_impl.hpp:7, from /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/color.hpp:7, from /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml.hpp:27, from /home/conan/workspace/prod-v2/bsr/cci-71a3b250/recipes/toml11/all/test_package/test_package.cpp:1: /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/spec.hpp: In constructor 'constexpr toml::semantic_version::semantic_version(uint32_t, uint32_t, uint32_t)': /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/spec.hpp:15:11: error: class 'toml::semantic_version' does not have any field named 'gnu_dev_major' 15 | : major(mjr), minor(mnr), patch(p) | ^~~~~ /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/spec.hpp:15:23: error: class 'toml::semantic_version' does not have any field named 'gnu_dev_minor' 15 | : major(mjr), minor(mnr), patch(p) | ^~~~~ In file included from /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/context.hpp:5, from /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml.hpp:30, from /home/conan/workspace/prod-v2/bsr/cci-71a3b250/recipes/toml11/all/test_package/test_package.cpp:1: /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/spec.hpp:16:6: error: member 'toml::semantic_version::major' must be initialized by mem-initializer in 'constexpr' constructor 16 | {} | ^ /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/spec.hpp:18:19: note: declared here 18 | std::uint32_t major; | ^~~~~ /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/spec.hpp:16:6: error: member 'toml::semantic_version::minor' must be initialized by mem-initializer in 'constexpr' constructor 16 | {} | ^ /home/conan/workspace/prod-v2/bsr/52434/aaebe/p/b/toml1b6281de3e1d8b/p/include/toml11/spec.hpp:19:19: note: declared here 19 | std::uint32_t minor; | ^~~~~ CMakeFiles/test_package.dir/build.make:62: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/test_package.dir/all' failed make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 ERROR: toml11/4.0.0 (test package): Error in build() method, line 21 cmake.build() ConanException: Error 2 while executing ```
* **toml11/3.6.0:** Didn't run or was cancelled before finishing * **toml11/3.7.1:** Didn't run or was cancelled before finishing * **toml11/3.1.0:** Didn't run or was cancelled before finishing * **toml11/3.5.0:** Didn't run or was cancelled before finishing * **toml11/3.6.1:** Didn't run or was cancelled before finishing * **toml11/3.8.1:** Didn't run or was cancelled before finishing --- **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.
conan-center-bot commented 1 week ago

Conan v1 pipeline :heavy_check_mark:

All green in build 2 (c5744e92e9a067cd8e41770129bf896c87d260bf):


Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 2 (c5744e92e9a067cd8e41770129bf896c87d260bf):