Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add think-cell-library #23777

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

AbrilRBS
Copy link
Member

Specify library name and version:

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Co-authored-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@AbrilRBS AbrilRBS self-assigned this Apr 29, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 9 (48f77678b8d64f33dbe0af24c84955d6958dd314):

  • think-cell-library/cci.20240426:
    CI failed to create some packages (All logs)

    Logs for packageID 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=clang
    compiler.libcxx=libstdc++
    compiler.version=13
    os=Linux
    
    [...]
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../base/explicit_cast_fwd.h:111:30: note: in instantiation of function template specialization 'tc::no_adl::fn_explicit_convert::operator()<std::type_identity<std::basic_string<char, tc::no_adl::char_traits_selector<char>::type>>, tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1>, char const (&)[3]>' requested here
                                    return_decltype_MAYTHROW(tc::explicit_convert(std::type_identity<std::remove_cv_t<TTarget>>(), tc_move_if_owned(args)...))
                                                             ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../algorithm/../base/invoke.h:67:65: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
                            } else if constexpr (requires(Func&& func, Args&&... args) { tc_move_if_owned(func)(tc_move_if_owned(args)...); }) {
                                                                                         ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../base/move.h:86:31: note: expanded from macro 'tc_move_if_owned'
    #define tc_move_if_owned(...) (static_cast<typename tc::move_detail::no_adl::move_if_owned<decltype(__VA_ARGS__), tc_is_id_expression(__VA_ARGS__)>::type>(__VA_ARGS__))
                                  ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../base/explicit_cast_fwd.h:121:3: note: while substituting deduced template arguments into function template 'invoke' [with bForceExpand = false, Func = tc::no_adl::fn_internal_explicit_cast<std::basic_string<char, tc::no_adl::char_traits_selector<char>::type>>, Args = <tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1>, char const (&)[3]>, $3 = (no value)]
                    tc_invoke_pack(no_adl::fn_internal_explicit_cast<TTarget>(), tc_move_if_owned(args))
                    ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../algorithm/../base/invoke.h:123:37: note: expanded from macro 'tc_invoke_pack'
            #define tc_invoke_pack(func, ...) (tc::invoke_detail::invoke</* bForceExpand */false>(func, tc_invoke_argument_list(__VA_ARGS__) ... ))
                                               ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/string/../algorithm/append.h:272:10: note: while substituting deduced template arguments into function template 'explicit_cast' [with TTarget = std::basic_string<char, tc::no_adl::char_traits_selector<char>::type>, args:auto = <tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1>, char const (&)[3]>]
                    return tc::explicit_cast<tc::string<Char>>(tc_move_if_owned(rng)...);
                           ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/string/make_c_str.h:68:72: note: in instantiation of function template specialization 'tc::make_str<char, tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1>, char const (&)[3]>' requested here
                    return tc::no_adl::make_c_str_impl<Char const, tc::string<Char>>(tc::make_str<Char>(tc_move_if_owned(rng0), tc_move_if_owned(rng)...));
                                                                                         ^
    /home/conan/workspace/prod-v1/bsr/cci-154706e9/recipes/think-cell-library/all/test_package/test_package.cpp:14:55: note: in instantiation of function template specialization 'tc::make_c_str<char, tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1>, char const (&)[3]>' requested here
            std::printf("%s", tc::implicit_cast<char const*>(tc::make_c_str<char>(std::forward<Args>(args)...)));
                                                                 ^
    /home/conan/workspace/prod-v1/bsr/cci-154706e9/recipes/think-cell-library/all/test_package/test_package.cpp:23:4: note: in instantiation of function template specialization '(anonymous namespace)::print<tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1>, char const (&)[3]>' requested here
                            print(tc::as_dec(n), ", ");
                            ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../algorithm/../base/invoke.h:88:18: note: candidate template ignored: requirement 'std::same_as<tc::invoke_detail::no_adl::overload_expanded, tc::invoke_detail::no_adl::overload_temporary>' was not satisfied [with bForceExpand = true, Func = tc::tuple_detail::no_adl::fn_tuple_cat<tc::tuple_adl::tuple<tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1> &&, char const (&)[3]>>, Args = <tc::tuple_adl::tuple<tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1> &&>, tc::tuple_adl::tuple<char const (&)[3]>>]
                    constexpr auto invoke(Func&& func, Args&&... args) return_invoke(
                                   ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../algorithm/../base/invoke.h:93:18: note: candidate template ignored: requirement 'std::same_as<tc::invoke_detail::no_adl::overload_expanded, tc::invoke_detail::no_adl::overload_remove_temporary>' was not satisfied [with bForceExpand = true, Func = tc::tuple_detail::no_adl::fn_tuple_cat<tc::tuple_adl::tuple<tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1> &&, char const (&)[3]>>, Args = <tc::tuple_adl::tuple<tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1> &&>, tc::tuple_adl::tuple<char const (&)[3]>>]
                    constexpr auto invoke(Func&& func, Args&&... args) return_decltype_MAYTHROW(
                                   ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../algorithm/../base/invoke.h:98:18: note: candidate template ignored: constraints not satisfied [with bForceExpand = true, Func = tc::tuple_detail::no_adl::fn_tuple_cat<tc::tuple_adl::tuple<tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1> &&, char const (&)[3]>>, Args = <tc::tuple_adl::tuple<tc::integral_as_padded_dec_adl::integral_as_padded_dec_impl<int, 1> &&>, tc::tuple_adl::tuple<char const (&)[3]>>, $3 = nullptr]
                    constexpr auto invoke(Func&& func, Args&&... args) return_invoke(
                                   ^
    /home/conan/workspace/prod-v1/bsr/34666/ceffa/.conan/data/think-cell-library/cci.20240426/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/tc/range/../algorithm/../base/utility.h:51:43: note: because 'expanding_invoke_impl(expanding_invoke_adl::tag, tc::repeat_integer_sequence<std::index_sequence<expanded<Args &&>::indices::size()...>, std::index_sequence_for<Args &&...>>({}), tc::concat_index_sequence<typename expanded<Args &&>::indices...>({}), (static_cast<typename tc::move_detail::no_adl::move_if_owned<decltype(func), tc::is_id_expression("func")>::type>(func)), (static_cast<typename tc::move_detail::no_adl::move_if_owned<decltype(args), tc::is_id_expression("args")>::type>(args))...)' would be invalid: call to consteval function 'tc::concat_integer_sequence_impl::concat_integer_sequence<std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 0>, std::integer_sequence<unsigned long, 0>>' is not a constant expression
            using concat_integer_sequence = decltype(concat_integer_sequence_impl::concat_integer_sequence(Sequence{}...));
                                                     ^
    8 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    think-cell-library/cci.20240426 (test package): 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
    think-cell-library/cci.20240426 (test package): 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: think-cell-library/cci.20240426 (test package): Error in build() method, line 22
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/home/conan/workspace/prod-v1/bsr/cci-154706e9/recipes/think-cell-library/all/test_package/build/Release" '--' '-j3'
    

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 ❌

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 9 (48f77678b8d64f33dbe0af24c84955d6958dd314):

  • think-cell-library/cci.20240426:
    CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=20
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    system_use_utf8=False
    visibility=hidden
    with_stacktrace_backtrace=True
    without_atomic=False
    without_chrono=False
    without_cobalt=False
    without_container=False
    without_context=False
    without_contract=False
    without_coroutine=False
    without_date_time=False
    without_exception=False
    without_fiber=False
    without_filesystem=False
    without_graph=False
    without_graph_parallel=True
    without_iostreams=False
    without_json=False
    without_locale=False
    without_log=False
    without_math=False
    without_mpi=True
    without_nowide=False
    without_program_options=False
    without_python=True
    without_random=False
    without_regex=False
    without_serialization=False
    without_stacktrace=False
    without_system=False
    without_test=False
    without_thread=False
    without_timer=False
    without_type_erasure=False
    without_url=False
    without_wave=False
    zlib=True
    zstd=False
    [requires]
    bzip2/1.0.Z
    libbacktrace/cci
    libiconv/1.17.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'boost/1.84.0'. You can try:
        - List all available packages using 'conan list boost/1.84.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=boost/1.84.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants