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

[submodule-sync] bot-submodule-sync-branch-24.02 to branch-24.02 [skip ci] [bot] #1607

Closed
wants to merge 2 commits into from

Conversation

nvauto
Copy link
Collaborator

@nvauto nvauto commented Nov 30, 2023

submodule-sync to create a PR keeping thirdparty/cudf up-to-date.
HEAD commit SHA: 2b0d693, cudf commit SHA: rapidsai/cudf@ac35d19

This PR will be auto-merged if test passed. If failed, it will remain open until test pass or manually fix.

@nvauto
Copy link
Collaborator Author

nvauto commented Nov 30, 2023

HEAD commit SHA: 2b0d693, CUDF commit SHA: rapidsai/cudf@ac35d19
Test passed: False

@pxLi
Copy link
Collaborator

pxLi commented Dec 1, 2023

04:57:15  [INFO]      [exec] In file included from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/spdlog-src/include/spdlog/fmt/fmt.h:31,
04:57:15  [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/spdlog-src/include/spdlog/common.h:50,
04:57:15  [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/spdlog-src/include/spdlog/spdlog.h:12,
04:57:15  [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/include/cudf/utilities/logger.hpp:19,
04:57:15  [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/include/cudf/detail/utilities/logger.hpp:19,
04:57:15  [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/src/io/utilities/config_utils.hpp:18,
04:57:15  [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/src/io/utilities/datasource.cpp:24:
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h: In instantiation of 'constexpr fmt::v10::detail::value<Context> fmt::v10::detail::make_arg(T&) [with bool PACKED = true; Context = fmt::v10::basic_format_context<fmt::v10::appender, char>; T = const cudaError; typename std::enable_if<PACKED, int>::type <anonymous> = 0]':
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h:1808:51:   required from 'constexpr fmt::v10::format_arg_store<Context, Args>::format_arg_store(T& ...) [with T = {const cudaError, const char*}; Context = fmt::v10::basic_format_context<fmt::v10::appender, char>; Args = {cudaError, const char*}]'
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h:1826:18:   required from 'constexpr fmt::v10::format_arg_store<Context, typename std::remove_cv<typename std::remove_reference<T>::type>::type ...> fmt::v10::make_format_args(T& ...) [with Context = fmt::v10::basic_format_context<fmt::v10::appender, char>; T = {const cudaError, const char*}]'
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/spdlog-src/include/spdlog/logger.h:374:75:   required from 'void spdlog::logger::log_(spdlog::source_loc, spdlog::level::level_enum, spdlog::string_view_t, Args&& ...) [with Args = {const cudaError&, const char*}; spdlog::string_view_t = fmt::v10::basic_string_view<char>]'
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/spdlog-src/include/spdlog/logger.h:90:13:   required from 'void spdlog::logger::log(spdlog::source_loc, spdlog::level::level_enum, fmt::v10::format_string<T ...>, Args&& ...) [with Args = {const cudaError&, const char*}; fmt::v10::format_string<T ...> = fmt::v10::basic_format_string<char, const cudaError&, const char*>]'
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/src/io/utilities/datasource.cpp:197:7:   required from here
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h:1576:63: error: 'fmt::v10::detail::type_is_unformattable_for<const cudaError, char> _' has incomplete type
04:57:15  [INFO]      [exec]  1576 |     type_is_unformattable_for<T, typename Context::char_type> _;
04:57:15  [INFO]      [exec]       |                                                               ^
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h:1580:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt
04:57:15  [INFO]      [exec]  1580 |       formattable,
04:57:15  [INFO]      [exec]       |       ^~~~~~~~~~~
04:57:15  [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-2450/thirdparty/cudf/cpp/build/_deps/fmt-src/include/fmt/core.h:1580:7: note: 'formattable' evaluates to false
04:57:16  [INFO]      [exec] gmake[2]: *** [CMakeFiles/cudf.dir/build.make:2752: CMakeFiles/cudf.dir/src/io/utilities/datasource.cpp.o] Error 1
04:57:16  [INFO]      [exec] gmake[2]: *** Waiting for unfinished jobs....
05:02:08  [INFO]      [exec] gmake[1]: *** [CMakeFiles/Makefile2:837: CMakeFiles/cudf.dir/all] Error 2
05:02:08  [INFO]      [exec] gmake: *** [Makefile:156: all] Error 2

@nvauto
Copy link
Collaborator Author

nvauto commented Dec 1, 2023

HEAD commit SHA: 2ae1abb, CUDF commit SHA: rapidsai/cudf@c8074b5
Test passed: False

3 similar comments
@nvauto
Copy link
Collaborator Author

nvauto commented Dec 1, 2023

HEAD commit SHA: 2ae1abb, CUDF commit SHA: rapidsai/cudf@c8074b5
Test passed: False

@nvauto
Copy link
Collaborator Author

nvauto commented Dec 1, 2023

HEAD commit SHA: 2ae1abb, CUDF commit SHA: rapidsai/cudf@c8074b5
Test passed: False

@nvauto
Copy link
Collaborator Author

nvauto commented Dec 1, 2023

HEAD commit SHA: 2ae1abb, CUDF commit SHA: rapidsai/cudf@c8074b5
Test passed: False

@jlowe jlowe self-assigned this Dec 1, 2023
@jlowe
Copy link
Member

jlowe commented Dec 1, 2023

Working on this

@jlowe jlowe closed this in #1608 Dec 1, 2023
@nvauto nvauto deleted the bot-submodule-sync-branch-24.02 branch December 1, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants